Skip to content

Commit 3927364

Browse files
committed
chore: test:refa
1 parent d2dc7b0 commit 3927364

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,17 @@ jobs:
3838
- name: PHPStan
3939
run: composer test:stan
4040

41+
- name: Rector tests
42+
run: composer test:refa
43+
4144
- name: Test PHP formating
4245
run: composer test:format:php
4346

4447
- name: JavaScript tests
4548
run: composer test:js
4649

50+
- name: Tests JS linting
51+
run: composer test:lint
52+
4753
- name: Tests JS formating
4854
run: composer test:format:js
49-
50-
- name: Tests JS linting
51-
run: composer test:lint

0 commit comments

Comments
 (0)