Skip to content

Commit 821cbae

Browse files
committed
build: Fix syntax
1 parent 37f2d0c commit 821cbae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
working-directory: test
7070
run: |
7171
docker compose \
72-
--file=run-tests.yaml \
73-
--progress=quiet \
72+
--file run-tests.yaml \
73+
--progress quiet \
7474
up \
75-
--abort-on-container-exit=k6 \
76-
--exit-code-from=k6
75+
--abort-on-container-exit k6 \
76+
--exit-code-from k6
7777
7878
- if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
7979
name: Push

0 commit comments

Comments
 (0)