Skip to content

Commit

Permalink
chore: debug file path
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise committed Jan 21, 2024
1 parent 266655a commit 5d4342b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
version: 2.5.5

- name: Test & Coverage
working-directory: ./.github
run: |
ls -la
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 7f7276a02414317829eb37c7cd1bf09eb9d19613c58c2b289f2bf39270e77970
with:
workingDirectory: $(System.DefaultWorkingDirectory)
coverageCommand: ./.github/scripts/run-phpunit.sh
workingDirectory: ./.github
coverageCommand: scripts/run-phpunit.sh
coverageLocations: coverage.xml:clover
debug: true

Expand Down

0 comments on commit 5d4342b

Please sign in to comment.