We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa08e1 commit 48c0032Copy full SHA for 48c0032
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
timeout-minutes: 10
44
working-directory: ${{ matrix.dir }}
45
run: |
46
- docker compose -f up -d --wait
+ docker compose up -d --wait
47
48
- name: Stop containers
49
if: always()
0 commit comments