Skip to content

Commit

Permalink
Add step
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Oct 30, 2023
1 parent ab6d05c commit 6b2e3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 6b2e3dc

Please sign in to comment.