We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f2d0c commit 821cbaeCopy full SHA for 821cbae
.github/workflows/ci.yml
@@ -69,11 +69,11 @@ jobs:
69
working-directory: test
70
run: |
71
docker compose \
72
- --file=run-tests.yaml \
73
- --progress=quiet \
+ --file run-tests.yaml \
+ --progress quiet \
74
up \
75
- --abort-on-container-exit=k6 \
76
- --exit-code-from=k6
+ --abort-on-container-exit k6 \
+ --exit-code-from k6
77
78
- if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
79
name: Push
0 commit comments