Skip to content

Commit 187cb76

Browse files
committed
fix: change to docker compose
1 parent 4ea0d81 commit 187cb76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Build the stack
13-
run: docker-compose up -d
13+
run: docker compose up -d
1414
- name: Test
1515
run: docker compose logs sqlpackage
1616
- name: Stats
17-
run: docker-compose stats --no-stream
17+
run: docker compose stats --no-stream
1818
- name: Stop the stack
19-
run: docker-compose down -v
19+
run: docker compose down -v
2020

0 commit comments

Comments
 (0)