Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 14, 2024
1 parent 7635f1f commit 05f1b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
export "UNIT_XML"=Tests/UnitTests.xml
composer remove --dev ssch/typo3-rector infection/infection roave/security-advisories
rm -rf composer.lock .Build
composer require typo3/cms-core:^13.1
composer require typo3/cms-backend:^13.1 typo3/cms-core:^13.1 typo3/cms-frontend:^13.1 typo3/cms-info:^13.1 typo3/cms-seo:^13.1
ln -nfs .Build/vendor/typo3/cms/typo3 typo3
.Build/bin/phpunit --colors -c $UNIT_XML Tests/Unit
.Build/bin/phpunit --colors -c $FUNCTIONAL_XML Tests/Functional --process-isolation
Expand Down

0 comments on commit 05f1b1e

Please sign in to comment.