Skip to content

Commit

Permalink
chore: prepare for TYPO3_v12 - update github actions - fix path to ph…
Browse files Browse the repository at this point in the history
…punit
  • Loading branch information
tlayh committed Jul 1, 2024
1 parent c69a2b1 commit d6e8466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- name: Unit Tests without coverage
if: matrix.typo3 != '^12.4' || matrix.php != '8.3'
run: |
export "UNIT_XML"=.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml
export "UNIT_XML"=Tests/phpunit.xml
.Build/bin/phpunit --colors -c $UNIT_XML Tests/Unit
- name: Unit Tests with coverage
if: matrix.typo3 == '^12.4' && matrix.php == '8.3'
run: |
export "UNIT_XML"=.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests-v10.xml
export "UNIT_XML"=Tests/phpunit.xml
.Build/bin/phpunit --coverage-filter Classes --coverage-clover=unittest-coverage.clover --colors -c $UNIT_XML Tests/Unit/
- name: Upload coverage results to Scrutinizer
Expand Down

0 comments on commit d6e8466

Please sign in to comment.