Skip to content

Commit

Permalink
Fix no coverage driver on split ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jun 4, 2021
1 parent fe2c48b commit 9b30e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- uses: ramsey/composer-install@v1
with:
composer-options: --working-dir=packages/${{ matrix.packages }}
- run: cd packages/${{ matrix.packages }} && vendor/bin/phpunit --coverage-clover=clover.xml
- run: cd packages/${{ matrix.packages }} && vendor/bin/phpunit

0 comments on commit 9b30e25

Please sign in to comment.