Skip to content

Commit

Permalink
docker-compose -> docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Oct 23, 2024
1 parent 2467437 commit 5899afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: docker-compose up --build -d
run : docker-compose up --build -d
- name: docker compose up --build -d
run : docker compose up --build -d
- name: Wait for SQL Server
run: ./bin/wait-for-it.sh localhost:1433 -t 30 --strict -- echo "SQL Server is up!"
- run: sleep 10
Expand Down

0 comments on commit 5899afb

Please sign in to comment.