Skip to content

Commit 2ab2e1f

Browse files
authored
Execute tests when we need no coverage
1 parent 61f2240 commit 2ab2e1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Install dependencies
2828
run: composer update --no-interaction
2929

30+
- name: Execute tests
31+
if: ${{ ! matrix.coverage }}
32+
run: |
33+
./vendor/bin/phpunit --testdox
34+
3035
- name: Upload the reports to codeclimate
3136
if: ${{ matrix.coverage }}
3237
env:

0 commit comments

Comments
 (0)