Skip to content
Prev Previous commit
Next Next commit
test: isolate
  • Loading branch information
metcoder95 committed Nov 3, 2024
commit c20ae5971ce4328d8cc02c33c14001c065916998
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Run tests
# if: steps.coverage.outcome == 'skipped'
run: npm run test:h2
run: npm run test:interceptors
env:
CI: true

Expand Down
Loading