Skip to content

Commit 5899afb

Browse files
committed
docker-compose -> docker compose
1 parent 2467437 commit 5899afb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- name: docker-compose up --build -d
11-
run : docker-compose up --build -d
10+
- name: docker compose up --build -d
11+
run : docker compose up --build -d
1212
- name: Wait for SQL Server
1313
run: ./bin/wait-for-it.sh localhost:1433 -t 30 --strict -- echo "SQL Server is up!"
1414
- run: sleep 10

0 commit comments

Comments
 (0)