mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 17:57:29 +00:00
Add step
This commit is contained in:
6
.github/workflows/sonarcloud.yml
vendored
6
.github/workflows/sonarcloud.yml
vendored
@@ -42,6 +42,9 @@ jobs:
|
|||||||
xml
|
xml
|
||||||
xmlwriter
|
xmlwriter
|
||||||
|
|
||||||
|
- name: Copy standard configuration
|
||||||
|
run: copy .env.example .env
|
||||||
|
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
|
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
|
||||||
|
|
||||||
@@ -54,9 +57,6 @@ jobs:
|
|||||||
- 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