Skip to content

Commit 334aef7

Browse files
committed
Make sure docker-compose runs with fresh images
`--pull always` is only supported by the docker compose plugin (v2) The previous method simply printed the usage but did not run the test.
1 parent 0859d03 commit 334aef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: dist
4949

5050
- name: run the e2e tests
51-
run: docker-compose up --exit-code-from=cypress --pull always
51+
run: docker compose up --exit-code-from=cypress --pull always
5252
working-directory: tests/
5353

5454
- name: upload cypress artifacts

0 commit comments

Comments
 (0)