Skip to content

Commit

Permalink
.github/workflows: Fix running Nette Tester
Browse files Browse the repository at this point in the history
Updates #16
  • Loading branch information
mibk committed Mar 15, 2021
1 parent 4c5a69a commit c866d86
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 @@ -21,7 +21,7 @@ jobs:
coverage: none

- run: composer install --no-interaction --prefer-dist
- run: vendor/bin/tester tests -s -p php
- run: vendor/bin/tester tests -s -C
- if: failure()
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit c866d86

Please sign in to comment.