Skip to content

Commit

Permalink
Merge pull request #127 from PavelJurasek/gha
Browse files Browse the repository at this point in the history
Makefile: rename task
  • Loading branch information
Spamercz authored Jun 11, 2021
2 parents d3e8e69 + 92967f7 commit b5a20b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-package-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

- run: make phpstan

- run: make tester
- run: make run-tests
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ cs:
phpstan:
vendor/bin/phpstan analyse src tests/KdybyTests

tester:
run-tests:
vendor/bin/tester -s -c ./tests/php.ini-unix ./tests/KdybyTests/
2 changes: 2 additions & 0 deletions tests/php.ini-unix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extension=tokenizer
extension=ctype

0 comments on commit b5a20b5

Please sign in to comment.