Skip to content

Commit

Permalink
change command for static analysis in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Jan 12, 2025
1 parent 3c375fa commit b209d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: composer run-script ci:sniff

- name: Static Analysis
run: composer run-script ci:psalm
run: composer run-script ci:phpstan

- name: Unit Tests
run: composer run-script ci:tests

0 comments on commit b209d33

Please sign in to comment.