File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,15 @@ jobs:
66
66
run : phpcs
67
67
68
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
69
+ run : vendor/bin/phpunit --coverage-clover coverage.xml
73
70
74
71
- name : Upload coverage to Codecov
75
72
# We only care about PHP 8.4 (latest stable) for our code coverage report
76
73
if : matrix.php-versions == 8.4
77
74
uses : codecov/codecov-action@v5
78
75
env :
79
76
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
77
+
80
78
build-and-push-docker :
81
79
runs-on : ubuntu-latest
82
80
needs : code-quality
Original file line number Diff line number Diff line change 26
26
</report >
27
27
</coverage >
28
28
<php >
29
+ <env name =" APP_KEY" value =" base64:i3E0D+uiy8UIqvIOnOjDml/2OHXQaIVF7rqDIxM78AE=" />
29
30
<env name =" APP_ENV" value =" testing" />
30
31
<env name =" BCRYPT_ROUNDS" value =" 4" />
31
32
<env name =" CACHE_DRIVER" value =" array" />
You can’t perform that action at this time.
0 commit comments