Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Aug 5, 2024
1 parent 043b4dc commit 6a1f985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

- name: Run tests
run: |
docker-compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml build
mkdir -p cov
docker-compose --file docker-compose.test.yml run -u $(id -u) sut
docker compose --file docker-compose.test.yml run -u $(id -u) sut
- name: Archive code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6a1f985

Please sign in to comment.