From 76f89b96be6e9d2b7d3fb041dcbd5740ec3e7888 Mon Sep 17 00:00:00 2001 From: gxz Date: Fri, 13 Oct 2023 18:55:40 +0800 Subject: [PATCH] chore: fix ci issue --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index baea925..b0e59a1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,4 +34,4 @@ jobs: if: always() # Also generate the report if tests are failing uses: davelosert/vitest-coverage-report-action@v1.4.0 with: - working-directory: "./src" + working-directory: "./"