Skip to content

Commit

Permalink
Add Pest to code analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 19, 2024
1 parent 53e9fe8 commit ac691d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
fail-fast: false
matrix:
actions:
- name: 'Pest'
run: composer pest
- name: 'PHPStan'
run: composer phpstan
- name: 'Coding Standards'
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}
},
"scripts": {
"pest": "pest --test-directory=tests/pest --display-deprecations",
"phpstan": "phpstan --ansi --memory-limit=1G",
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --fix --ansi"
Expand Down

0 comments on commit ac691d8

Please sign in to comment.