Skip to content

Commit

Permalink
update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 9, 2023
1 parent 1150ae5 commit a2bf1b3
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 12 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
run: npm run build
test-pr:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
Expand All @@ -56,14 +59,10 @@ jobs:
run: npm install -g npm
- name: NPM Install
run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2.2.4
if: github.event_name == 'pull_request'
id: coverage
with:
test-script: npm run test:ci
output: report-markdown
working-directory: ./packages/Schedulely
- uses: marocchino/sticky-pull-request-comment@v2
if: steps.coverage.outcome == 'success'
with:
message: ${{ steps.coverage.outputs.report }}
- name: Run unit tests
working-directory: ./packages/Schedulely
run: npx vitest run --coverage
- name: Report Coverage
if: always() # Also generate the report if tests are failing
working-directory: ./packages/Schedulely
uses: davelosert/vitest-coverage-report-action@v2
168 changes: 167 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2bf1b3

Please sign in to comment.