Skip to content

Commit 010d905

Browse files
committed
ci: fix composer script name and bump codecov/codecov-action
1 parent 3194bd3 commit 010d905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Install dependencies
3636
run: composer install --no-interaction ${{ matrix.composer-options }}
3737
- name: Run php tests
38-
run: composer run phpunit
38+
run: composer run test
3939
- name: Send coverage
40-
uses: codecov/codecov-action@v1
40+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)