Skip to content

Commit

Permalink
debug run tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed Oct 18, 2023
1 parent 293a0e3 commit aae9568
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
mv config/autoload/local.test.php.dist config/autoload/local.test.php
- name: Run unit tests
run: vendor/bin/phpunit --testsuite=UnitTests --testdox --colors=always
- name: Run functional tests
run: vendor/bin/phpunit --testsuite=FunctionalTests --testdox --colors=always
run: vendor/bin/phpunit
# run: vendor/bin/phpunit --testsuite=UnitTests --testdox --colors=always
# - name: Run functional tests
# run: vendor/bin/phpunit --testsuite=FunctionalTests --testdox --colors=always

0 comments on commit aae9568

Please sign in to comment.