Skip to content

Commit

Permalink
fix publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Aug 1, 2024
1 parent d06a374 commit 4e4fd42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
uses: ./.github/workflows/workspace-check-formatting-and-run-tests.yml
uses: ./.github/workflows/check-formatting-and-run-tests.yml
publish-npm-dev:
needs: test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
uses: ./.github/workflows/workspace-check-formatting-and-run-tests.yml
uses: ./.github/workflows/check-formatting-and-run-tests.yml

publish-npm:
needs: test
Expand Down

1 comment on commit 4e4fd42

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for experimental massa-web3

St.
Category Percentage Covered / Total
🟡 Statements 68.1% 1123/1649
🔴 Branches 48.97% 191/390
🔴 Functions 53.15% 211/397
🟡 Lines 68.4% 1115/1630

Test suite run success

130 tests passing in 13 suites.

Report generated by 🧪jest coverage report action from 4e4fd42

Please sign in to comment.