Skip to content

Commit

Permalink
#276: test fix of docker-compose failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Aug 13, 2024
1 parent 1e5261f commit 7293d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

- name: run coverage testing
run: |
docker-compose -f docker-compose.coverage.yml up --exit-code-from coverage
docker compose -f docker-compose.coverage.yml up --exit-code-from coverage

0 comments on commit 7293d6f

Please sign in to comment.