Skip to content

Commit

Permalink
chore(coverage): add permissions for cov directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Aug 30, 2024
1 parent dec411d commit bf03dd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: KengoTODA/actions-setup-docker-compose@4677f0d86d41e623c9c6e11e1d910976da297bc0
with:
version: '2.14.2'
- name: Set Permissions for Coverage Directory
run: |
mkdir -p cov/json cov/xml cov/html
chmod -R 777 cov
- name: "Create Empty env File for Docker"
run: touch .env
- name: PHPUnit
Expand Down

0 comments on commit bf03dd2

Please sign in to comment.