Skip to content

Commit

Permalink
Attempt to fix Pest results file permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed Nov 12, 2023
1 parent cf57db6 commit 19c6584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
- name: Run tests
run: vendor/bin/pest
run: |
chmod +w vendor/pestphp/pest/.temp
vendor/bin/pest

0 comments on commit 19c6584

Please sign in to comment.