From 4115614b6a592dc2a15614b4b715da4c4477dcb9 Mon Sep 17 00:00:00 2001 From: Designcise Date: Sun, 21 Jan 2024 06:38:53 +0100 Subject: [PATCH] chore: update script path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ede06..e3c83f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: env: CC_TEST_REPORTER_ID: 7f7276a02414317829eb37c7cd1bf09eb9d19613c58c2b289f2bf39270e77970 with: - workingDirectory: ./.github/scripts + workingDirectory: ${{ github.workspace }}/.github/scripts coverageCommand: ./run-phpunit.sh coverageLocations: coverage.xml:clover debug: true