We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2467437 commit 5899afbCopy full SHA for 5899afb
1 file changed
.github/workflows/ci.yml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - name: docker-compose up --build -d
11
- run : docker-compose up --build -d
+ - name: docker compose up --build -d
+ run : docker compose up --build -d
12
- name: Wait for SQL Server
13
run: ./bin/wait-for-it.sh localhost:1433 -t 30 --strict -- echo "SQL Server is up!"
14
- run: sleep 10
0 commit comments