Skip to content

Commit

Permalink
remove steps to unblock pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
codaimaster committed Sep 5, 2023
1 parent 77109ff commit 8fc5eea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
- run: yarn test
- name: Create code coverage report
run: yarn test:coverage
- name: Change Report Path
run: sed -i 's+/home/runner/work/ccd-case-ui-toolkit/ccd-case-ui-toolkit+/github/workspace+g' coverage/ccd-case-ui-toolkit/lcov-report/lcov.info
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage

sonarcloud:
needs: build
Expand Down

0 comments on commit 8fc5eea

Please sign in to comment.