Skip to content

Commit

Permalink
Fixed docker compose call
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Aug 9, 2024
1 parent 900285c commit db3f5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Run integration tests
run: |
docker-compose -f docker-compose-integration.yml -p greenmask up \
docker compose -f docker-compose-integration.yml -p greenmask up \
--renew-anon-volumes --force-recreate --build --exit-code-from greenmask \
--abort-on-container-exit greenmask
Expand Down

0 comments on commit db3f5b8

Please sign in to comment.