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 3194bd3 commit 010d905Copy full SHA for 010d905
.github/workflows/tests.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Install dependencies
36
run: composer install --no-interaction ${{ matrix.composer-options }}
37
- name: Run php tests
38
- run: composer run phpunit
+ run: composer run test
39
- name: Send coverage
40
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
0 commit comments