Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Apr 11, 2023
1 parent 2136ccb commit 1f4aadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests
on: [push, pull_request,workflow_dispatch]
jobs:
arca-tests:
router-tests:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -21,6 +21,6 @@ jobs:
- name: Run Composer Install
run: composer install --no-interaction
- name: run tests
run: vendor/bin/pest
run: vendor/bin/pest --coverage-clover ./clover.xml
- name: Upload to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 1f4aadd

Please sign in to comment.