Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 16, 2024
1 parent 1805d59 commit f7609f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
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 1001 sut
- name: Archive code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f7609f6

Please sign in to comment.