mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Add an experimental step to CI build
This commit is contained in:
6
.github/workflows/sonarcloud.yml
vendored
6
.github/workflows/sonarcloud.yml
vendored
@@ -48,15 +48,15 @@ jobs:
|
|||||||
- name: "Create database file"
|
- name: "Create database file"
|
||||||
run: touch storage/database/database.sqlite
|
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"
|
- name: "Upgrades the database to the latest version"
|
||||||
run: php artisan firefly-iii:upgrade-database
|
run: php artisan firefly-iii:upgrade-database
|
||||||
|
|
||||||
- name: "Integrity Database Report"
|
- name: "Integrity Database Report"
|
||||||
run: php artisan firefly-iii:report-integrity
|
run: php artisan firefly-iii:report-integrity
|
||||||
|
|
||||||
|
- name: "Run Laravel things"
|
||||||
|
run: composer install
|
||||||
|
|
||||||
- name: "Run tests with coverage"
|
- name: "Run tests with coverage"
|
||||||
run: composer coverage
|
run: composer coverage
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user