Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag committed Jun 25, 2024
1 parent 07f934e commit 5124ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- name: Run tests
run: |
chmod -R 777 storage bootstrap/cache
ls -al
# chmod -R 777 storage bootstrap/cache
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
Expand Down

0 comments on commit 5124ae8

Please sign in to comment.