Skip to content

Commit 0748231

Browse files
committed
do rector tests in their own CI run
1 parent ef1b2fc commit 0748231

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ jobs:
8484
- name: "Run static code analysis with phpstan/phpstan in generator/ directory"
8585
run: "composer phpstan"
8686
working-directory: "generator"
87-
- name: "Run static code analysis with rector/rector in generator/ directory"
88-
run: "composer rector --dry-run"
89-
working-directory: "generator"
9087

9188
generated_tests:
9289
name: "Generated Tests"

0 commit comments

Comments
 (0)