File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 73
73
if : matrix.experimental
74
74
run : composer update --ignore-platform-reqs --prefer-dist --no-progress
75
75
76
- - name : Run PHPUnit tests
77
- if : matrix.php-versions != env.code-coverage-version
78
- run : composer run-script phpunit -- --no-coverage
79
-
80
- - name : Run PHPUnit tests with coverage
81
- if : matrix.php-versions == env.code-coverage-version
82
- run : composer run-script phpunit
83
-
84
76
- name : Run PHPStan
85
77
if : matrix.php-versions == env.code-coverage-version
86
78
run : composer run-script phpstan -- --no-progress
89
81
if : matrix.php-versions == env.code-coverage-version
90
82
run : composer run-script phpcs -- --report=checkstyle | cs2pr
91
83
84
+ - name : Run PHPUnit tests
85
+ if : matrix.php-versions != env.code-coverage-version
86
+ run : composer run-script phpunit -- --no-coverage
87
+
88
+ - name : Run PHPUnit tests with coverage
89
+ if : matrix.php-versions == env.code-coverage-version
90
+ run : composer run-script phpunit
91
+
92
92
# Ensure the next test run fetches the latest test ruleset.
93
93
- name : Cleanup composer cache
94
94
if : steps.cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments