Skip to content

Commit

Permalink
install phpstan phpunit extension
Browse files Browse the repository at this point in the history
fix working-dir argument of composer to get it installed
  • Loading branch information
keywan-ghadami-oxid authored Jan 8, 2020
1 parent a41221b commit 6531f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oxidmodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: setup oxid
run: bash /var/www/oxideshop/scripts/setup.sh
- name: try to install phpstan-phpunit
run: composer require --work-dir=/var/www/oxideshop --dev phpstan/phpstan-phpunit
run: composer require --working-dir=/var/www/oxideshop --dev phpstan/phpstan-phpunit
continue-on-error: true
- name: phpstan
continue-on-error: true
Expand Down

0 comments on commit 6531f88

Please sign in to comment.