Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh authored Jul 15, 2024
1 parent 369fd67 commit 4989365
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 @@ -57,8 +57,8 @@ jobs:
- name: Unit Tests with coverage
if: matrix.typo3 == '^12.4' && matrix.php == '8.3'
run: |
mkdir -p .Build/config/system/
cp Tests/Unit/Fixtures/settings.php .Build/config/system/settings.php
mkdir -p .Build/config/system/ && cp Tests/Unit/Fixtures/settings.php .Build/config/system/settings.php
mkdir -p .Build/Web/typo3conf/ && cp Tests/Unit/Fixtures/LocalConfiguration.php .Build/Web/typo3conf/LocalConfiguration.php
export "UNIT_XML"=.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml
.Build/bin/phpunit --coverage-filter Classes --coverage-clover=coverage/unittest-coverage.clover --colors -c $UNIT_XML Tests/Unit
Expand Down

0 comments on commit 4989365

Please sign in to comment.