Skip to content

Commit

Permalink
fix: Test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 23, 2024
1 parent 334e189 commit c9a9ba3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [closed]
branches:
- main

# test publish
jobs:
main:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,7 +37,4 @@ jobs:
- run: yarn nx affected -t build --parallel=3
- name: "Version and publish"
run: |
yarn lerna publish \
--conventional-commits --conventional-prerelease=* \
--create-release github \
--no-private --yes
yarn lerna publish --conventional-commits --conventional-prerelease=* --create-release github --no-private --yes

1 comment on commit c9a9ba3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage report for ./packages/components/

St.
Category Percentage Covered / Total
🟢 Statements 98.04% 100/102
🟢 Branches 93.75% 30/32
🟢 Functions 100% 27/27
🟢 Lines 98.04% 100/102

Test suite run success

51 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from c9a9ba3

Please sign in to comment.