diff --git a/action.yml b/action.yml index 5f710f4..c681436 100644 --- a/action.yml +++ b/action.yml @@ -91,5 +91,5 @@ runs: # Run tests with PHPUnit - if: ${{ inputs.run-tests == 'true' }} - run: symfony php bin/phpunit ./bundle/tests + run: symfony php bin/phpunit bundle/tests/ shell: bash