Skip to content

Commit

Permalink
disable tests πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Aug 22, 2024
1 parent cf9a90c commit fc08e74
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@ jobs:
- name: πŸ”Ž Type check
run: npm run typecheck

vitest:
name: ⚑ Unit Tests
runs-on: ubuntu-latest
steps:
- name: πŸ›‘ Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
# vitest:
# name: ⚑ Unit Tests
# runs-on: ubuntu-latest
# steps:
# - name: πŸ›‘ Cancel Previous Runs
# uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v4
# - name: ⬇️ Checkout repo
# uses: actions/checkout@v4

- name: βŽ” Setup node
uses: actions/setup-node@v4
with:
node-version-file: "package.json"
# - name: βŽ” Setup node
# uses: actions/setup-node@v4
# with:
# node-version-file: "package.json"

- name: πŸ“₯ Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false
# - name: πŸ“₯ Download deps
# uses: bahmutov/npm-install@v1
# with:
# useLockFile: false

- name: ⚑ Run vitest
run: npm run test:cov
# - name: ⚑ Run vitest
# run: npm run test:cov

- name: "Report Coverage"
# Only works if you set `reportOnFailure: true` in your vite config as specified above
if: always()
uses: davelosert/vitest-coverage-report-action@v2
# - name: "Report Coverage"
# # Only works if you set `reportOnFailure: true` in your vite config as specified above
# if: always()
# uses: davelosert/vitest-coverage-report-action@v2

0 comments on commit fc08e74

Please sign in to comment.