Skip to content

Commit abcb42c

Browse files
committed
update to use by paths on run rector to avoid timeout parallel
1 parent 346c83f commit abcb42c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test-rector.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
php-versions: ['7.4', '8.0']
38+
paths:
39+
- app
40+
- system
41+
- tests
42+
- utils/Rector
3843
steps:
3944
- name: Checkout
4045
uses: actions/checkout@v3
@@ -69,4 +74,4 @@ jobs:
6974
run: composer update --ansi --no-interaction
7075

7176
- name: Run static analysis
72-
run: vendor/bin/rector process --dry-run --no-progress-bar
77+
run: vendor/bin/rector process ${{ matrix.paths }} --dry-run --no-progress-bar

0 commit comments

Comments
 (0)