Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK authored May 1, 2024
1 parent 86aa733 commit 97576e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: composer update --prefer-dist --no-interaction

- name: Analyze & test
run: composer test -v --coverage-clover=coverage.xml
run: composer test --coverage-clover=coverage.xml

# - name: Run codecov
# uses: codecov/codecov-action@v1
- name: Run codecov
uses: codecov/codecov-action@v1

0 comments on commit 97576e4

Please sign in to comment.