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 +