Skip to content

Commit

Permalink
fix: update gh workflow with new testing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Jan 25, 2024
1 parent 032cb23 commit 1832025
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/clarinet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:
uses: docker://hirosystems/clarinet:latest
with:
args: check
- name: "Execute unit tests"
uses: docker://hirosystems/clarinet:latest
- name: "Setup Node.js"
uses: actions/setup-node@v4
with:
args: test --coverage --manifest-path=./Clarinet.toml
node-version: "18.x"
- name: "Prep CI"
run: npm ci
- name: "Execute unit tests"
run: npm run test:report
- name: "Upload code coverage"
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1832025

Please sign in to comment.