Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou authored and sebdesign committed Mar 12, 2024
1 parent 81592ca commit 54ee6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
VIVA_ENVIRONMENT: demo
VIVA_MERCHANT_ID: ${{ secrets.VIVA_MERCHANT_ID }}
VIVA_SOURCE_CODE: ${{ secrets.VIVA_SOURCE_CODE }}
run: vendor/bin/phpunit --whitelist=src --coverage-clover=build/coverage/coverage.clover
run: vendor/bin/phpunit --coverage-clover=build/coverage/coverage.clover

- name: Upload coverage
uses: sudo-bot/action-scrutinizer@latest
Expand Down

0 comments on commit 54ee6c5

Please sign in to comment.