Skip to content

Commit

Permalink
Add Working Directory to Phpstan declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bytes-commerce committed Aug 2, 2023
1 parent c4574b0 commit 33f4077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ jobs:

- name: "PhpStan for Src and Feature Contexts"
run: "vendor/bin/phpstan analyse --error-format=checkstyle src/ features/ --level=8 | cs2pr"
working-directory: 'magento/vendor/seec/behat-magento2-extension'

- name: "PhpStan for Test"
run: "vendor/bin/phpstan analyse --error-format=checkstyle tests/ --level=6 | cs2pr"
working-directory: 'magento/vendor/seec/behat-magento2-extension'

- name: "Run full test suite"
run: "vendor/bin/behat --tags=@virtual --stop-on-failure --config behat.yml"
Expand Down

0 comments on commit 33f4077

Please sign in to comment.