Skip to content

Commit

Permalink
chore(coverage-report): update docker user and group
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Sep 3, 2024
1 parent c3ef2ad commit 282e40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Create Empty env File for Docker"
run: touch .env
- name: PHPUnit
run: docker-compose run phpunit
run: docker-compose run --user "$(id -u):$(id -g)" phpunit
- name: "Parse Coverage"
run: "php ./coverage.php"
- name: Create Coverage Badges
Expand Down

0 comments on commit 282e40d

Please sign in to comment.