From 8ab724487548d285b4eedd8a4cbfe8c02e74f40a Mon Sep 17 00:00:00 2001 From: cenfun Date: Sat, 27 Jul 2024 18:24:34 +0800 Subject: [PATCH] fix test c8 --- .github/workflows/test-c8.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-c8.yml b/.github/workflows/test-c8.yml index c1d4a445..73dd5a2c 100644 --- a/.github/workflows/test-c8.yml +++ b/.github/workflows/test-c8.yml @@ -38,6 +38,10 @@ jobs: needs: build runs-on: ubuntu-latest + defaults: + run: + working-directory: c8 + steps: - uses: actions/checkout@v4 with: @@ -50,7 +54,7 @@ jobs: node-version: 20 check-latest: true - - run: cd c8 + - run: ls -al - run: npm ci - run: npm i monocart-coverage-reports@latest @@ -58,6 +62,7 @@ jobs: uses: actions/download-artifact@v4 with: name: artifact - path: ./node_modules/monocart-coverage-reports/lib + path: ./c8/node_modules/monocart-coverage-reports/lib - run: npm run coverage +