We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d707c13 commit 091ce11Copy full SHA for 091ce11
.github/workflows/code-quality.yml
@@ -67,6 +67,7 @@ jobs:
67
68
- name: Run tests and collect coverage
69
run: |
70
+ touch .env
71
php artisan key:generate
72
vendor/bin/phpunit --coverage-clover coverage.xml
73
0 commit comments