Skip to content

Commit

Permalink
fix(*): Add CI files for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-ag committed Sep 11, 2023
1 parent 092d5ae commit 0bb949f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
php artisan db:seed --env=testing
php artisan module:seed --env=testing
- name: Compile assets
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run dev
- name: Run Test Suit
run: |
vendor/bin/phpunit --coverage-clover coverage.xml
Expand Down

0 comments on commit 0bb949f

Please sign in to comment.