We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f2240 commit 2ab2e1fCopy full SHA for 2ab2e1f
.github/workflows/main.yml
@@ -27,6 +27,11 @@ jobs:
27
- name: Install dependencies
28
run: composer update --no-interaction
29
30
+ - name: Execute tests
31
+ if: ${{ ! matrix.coverage }}
32
+ run: |
33
+ ./vendor/bin/phpunit --testdox
34
+
35
- name: Upload the reports to codeclimate
36
if: ${{ matrix.coverage }}
37
env:
0 commit comments