Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 25, 2023
1 parent 7849517 commit 685309f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ jobs:
with:
php: ${{ matrix.php }}
coverage: pcov
- run: vendor/bin/pest --order-by random --fail-on-risky --stop-on-defect --coverage --parallel
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4
- if: matrix.php == '8.1'
run: vendor/bin/pest --order-by random --fail-on-risky --stop-on-defect --coverage --parallel
- if: matrix.php == '8.1'
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4
with:
directory: ./coverage/
flags: unittestsvalidate
Expand Down

0 comments on commit 685309f

Please # to comment.