Skip to content

Commit

Permalink
Merge branch 'main' into scottl/week-starts-on
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 authored Jul 5, 2023
2 parents 6794d53 + ad5d591 commit 768a3ce
Show file tree
Hide file tree
Showing 6 changed files with 1,224 additions and 704 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: NPM Install
run: npm ci
- name: Test
run: npm run test
run: npm run test:ci
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
Loading

0 comments on commit 768a3ce

Please sign in to comment.