Skip to content

Commit

Permalink
fix: publish sdk workflow testing (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa authored Jan 9, 2024
1 parent 51d4919 commit 8c4fbe9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ jobs:

- run: yarn build

- name: Start Thor solo node
id: start-solo
run: yarn start-thor-solo

- name: Run Unit & Integration tests
run: yarn test

- name: Stop Thor solo node
id: stop-solo
run: yarn stop-thor-solo

- name: Publish errors
run: |
cd packages/errors
Expand Down

1 comment on commit 8c4fbe9

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (1481/1481) 100% (329/329) 100% (306/306)
Title Tests Skipped Failures Errors Time
core 390 0 💤 0 ❌ 0 🔥 1m 25s ⏱️
network 159 0 💤 0 ❌ 0 🔥 1m 56s ⏱️
errors 40 0 💤 0 ❌ 0 🔥 9.032s ⏱️

Please sign in to comment.