Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent bd4bb23 commit 0f0a1e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: pcov
coverage: none

- name: Install dependencies
run: |
composer require phpunit/phpunit:${{ matrix.phpunit }} --no-update
composer update
- name: PHPUnit
run: |
./vendor/bin/phpunit --do-not-cache-result --coverage-php ./coverage.php
cat ./coverage.php
run: ./vendor/bin/phpunit --do-not-cache-result

0 comments on commit 0f0a1e1

Please sign in to comment.