Skip to content

Commit

Permalink
do rector tests in their own CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Dec 2, 2024
1 parent ef1b2fc commit 0748231
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
- name: "Run static code analysis with phpstan/phpstan in generator/ directory"
run: "composer phpstan"
working-directory: "generator"
- name: "Run static code analysis with rector/rector in generator/ directory"
run: "composer rector --dry-run"
working-directory: "generator"

generated_tests:
name: "Generated Tests"
Expand Down

0 comments on commit 0748231

Please sign in to comment.