Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh authored Aug 17, 2023
1 parent eaaeefe commit 8805894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:

- name: Functional Tests without coverage
run: |
composer update --prefer-source
export "FUNCTIONAL_XML"=Tests/Functional/phpunit.xml
.Build/bin/phpunit --whitelist Classes --colors -c $FUNCTIONAL_XML Tests/Functional
if: matrix.typo3 != '^11.5' || matrix.php != '8.0'
Expand All @@ -69,6 +70,7 @@ jobs:

- name: Functional Tests with coverage
run: |
composer update --prefer-source
export "FUNCTIONAL_XML"=Tests/Functional/phpunit.xml
.Build/bin/phpunit --whitelist Classes --coverage-clover=functional-coverage.clover --colors -c $FUNCTIONAL_XML Tests/Functional
if: matrix.typo3 == '^11.5' && matrix.php == '8.0'
Expand Down

0 comments on commit 8805894

Please sign in to comment.