Skip to content

Commit

Permalink
chore: use composer directly
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise committed Jan 21, 2024
1 parent 4115614 commit 128821d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/run-phpunit.sh

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: 7f7276a02414317829eb37c7cd1bf09eb9d19613c58c2b289f2bf39270e77970
with:
workingDirectory: ${{ github.workspace }}/.github/scripts
coverageCommand: ./run-phpunit.sh
coverageCommand: composer test-report
coverageLocations: coverage.xml:clover
debug: true

Expand Down

0 comments on commit 128821d

Please sign in to comment.