Skip to content

Commit

Permalink
workflow fix install iso ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 4, 2024
1 parent 668cad0 commit 613a60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testandpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: pnpm ci
- run: pnpm install
- run: npm test
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 613a60b

Please sign in to comment.