Skip to content

Commit

Permalink
Fix GHA CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Mar 11, 2024
1 parent 58136da commit c799ac2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php_version }}
- uses: php-actions/phpunit@v3
with:
php_version: ${{ matrix.php_version }}
php_extensions: pcov
- run: composer test
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit c799ac2

Please sign in to comment.