Skip to content

Commit

Permalink
feat: add code-coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 10, 2024
1 parent 96b9163 commit 14a994a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ jobs:
working-directory: app
run: php artisan key:generate

- name: 🔗 Create laravel storage symlinks
working-directory: app
run: php artisan storage:link

- name: 🧪 Collect code coverage with Xdebug and pestphp/pest
run: make test-cc

Expand Down

0 comments on commit 14a994a

Please sign in to comment.