Skip to content

Commit

Permalink
fix - debugging testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ebitkov committed Nov 12, 2023
1 parent 9fda118 commit 70bf615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70bf615

Please sign in to comment.