Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Apr 15, 2024
1 parent eafd5de commit bbf6d2f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,27 @@ jobs:
run: npm ci
- name: Build
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 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Update NPM
run: npm install -g npm
- name: NPM Install
run: npm ci
# - name: Run unit tests
# working-directory: ./packages/Schedulely
# run: npx vitest run --coverage
# - name: Report Coverage
# if: always()
# uses: davelosert/vitest-coverage-report-action@v2
# with:
# working-directory: './packages/Schedulely'
# test-pr:
# runs-on: ubuntu-latest
# permissions:
# contents: read
# pull-requests: write
# steps:
# - uses: actions/checkout@v3
# - name: Use Node.js 18.x
# uses: actions/setup-node@v3
# with:
# node-version: 18.x
# cache: 'npm'
# - name: Update NPM
# run: npm install -g npm
# - name: NPM Install
# run: npm ci
# - name: Run unit tests
# working-directory: ./packages/Schedulely
# run: npx vitest run --coverage
# - name: Report Coverage
# if: always()
# uses: davelosert/vitest-coverage-report-action@v2
# with:
# working-directory: './packages/Schedulely'

0 comments on commit bbf6d2f

Please sign in to comment.