Skip to content

Commit 56eaaf9

Browse files
committed
Improve github actions
1 parent 641023c commit 56eaaf9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ jobs:
4545

4646
- name: Run Unit tests with coverage
4747
run: composer phpunit -- ${{ matrix.phpunit-flags }}
48-
if: ${{ matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'}}
49-
50-
- name: Run Unit tests without coverage
51-
run: composer phpunit:min
52-
if: ${{ matrix.php == '8.4'}}
48+
if: ${{ matrix.php == '8.4' || matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'}}
5349

5450
- name: Run static analysis
5551
run: composer phpstan

0 commit comments

Comments
 (0)