This commit is contained in:
James Cole 2023-10-30 06:04:34 +01:00
parent ab6d05cac3
commit 6b2e3dcb2a
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -42,6 +42,9 @@ jobs:
xml
xmlwriter
- name: Copy standard configuration
run: copy .env.example .env
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
@ -54,9 +57,6 @@ jobs:
- name: "Integrity Database Report"
run: php artisan firefly-iii:report-integrity
- name: "Run Laravel things"
run: composer install
- name: "Run tests with coverage"
run: composer coverage