Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
allow-polyfill-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
theresnotime committed Aug 19, 2022
1 parent f29bec1 commit dfdb8bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/PHP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: composer full-test
run: |
composer full-test
php ./vendor/bin/phan -d . --long-progress-bar --allow-polyfill-parser
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"parallel-lint . --exclude vendor --exclude node_modules",
"@phpcs",
"minus-x check .",
"@phpunit",
"@phan"
"@phpunit"
],
"phan": "./vendor/bin/phan -d . --long-progress-bar",
"phpcs": "./vendor/bin/phpcs -sp --cache",
Expand Down

0 comments on commit dfdb8bd

Please sign in to comment.