Add an experimental step to CI build

This commit is contained in:
James Cole
2023-10-30 05:55:48 +01:00
parent c46962306e
commit ab6d05cac3

View File

@@ -48,15 +48,15 @@ jobs:
- name: "Create database file"
run: touch storage/database/database.sqlite
- name: "Create the database"
run: php artisan firefly-iii:create-database
- name: "Upgrades the database to the latest version"
run: php artisan firefly-iii:upgrade-database
- 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