Skip to content

Commit

Permalink
chore: update script path
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise committed Jan 21, 2024
1 parent 5e2b529 commit cf4c0d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
build-test:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./scripts

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -22,8 +26,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: 7f7276a02414317829eb37c7cd1bf09eb9d19613c58c2b289f2bf39270e77970
with:
working-directory: ./
coverageCommand: .github/scripts/run-phpunit.sh
coverageCommand: ./run-phpunit.sh
coverageLocations: coverage.xml:clover
debug: true

Expand Down

0 comments on commit cf4c0d1

Please sign in to comment.