Skip to content

Commit

Permalink
fix test c8
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 27, 2024
1 parent ab1dc47 commit 8ab7244
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-c8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
needs: build
runs-on: ubuntu-latest

defaults:
run:
working-directory: c8

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -50,14 +54,15 @@ jobs:
node-version: 20
check-latest: true

- run: cd c8
- run: ls -al
- run: npm ci
- run: npm i monocart-coverage-reports@latest

- name: Download artifact
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

0 comments on commit 8ab7244

Please sign in to comment.