Skip to content

Commit

Permalink
fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Jun 6, 2024
1 parent f230168 commit b9bb6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/code_analysis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
composer build-sr25519
composer dumpautoload
- name: Run Laravel Pint
run: |
./vendor/bin/pint --test
- name: Execute tests
run: |
php -d pcov.enabled=1 ./vendor/bin/phpunit --colors=always --coverage-clover coverage.xml
Expand Down

0 comments on commit b9bb6be

Please sign in to comment.