diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e80ce24..cc07ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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