Skip to content

Commit

Permalink
chore(coverage): add env creation step
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Aug 30, 2024
1 parent 4f38f59 commit 9414784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: KengoTODA/actions-setup-docker-compose@4677f0d86d41e623c9c6e11e1d910976da297bc0
with:
version: '2.14.2'
- name: "Create Empty env File for Docker"
run: touch .env
- name: PHPUnit
run: docker-compose run phpunit --coverage-xml cov/xml --coverage-html cov/html --coverage-clover=cov/xml/clover.xml
- name: "Parse Coverage"
Expand Down

0 comments on commit 9414784

Please sign in to comment.