Skip to content

Commit

Permalink
update PR build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 5, 2023
1 parent b7c3c1e commit bf310e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
run: npm install -g npm
- name: NPM Install
run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2
- uses: ArtiomTr/jest-coverage-report-action@v2.2.4
id: coverage
with:
test-script: npm run test:ci
output: report-markdown
working-directory: ./packages/Schedulely
- uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit bf310e0

Please sign in to comment.