diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index cdbd2d6..b16fbcd 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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