Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix: Stop recursion at workspace folder boundary to prevent root folder error #510

Fix: Stop recursion at workspace folder boundary to prevent root folder error

Fix: Stop recursion at workspace folder boundary to prevent root folder error #510

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm typecheck
- run: pnpm lint
- name: test
run: |
pnpm test
- name: test-e2e
run: pnpm test-e2e --retry 2
- name: vitest 3.2
run: node ./scripts/lower-vitest-version.js
- run: pnpm install --no-frozen-lockfile
- name: test-e2e-legacy
run: pnpm test-e2e --retry 2
env:
TEST_LEGACY: true
- uses: actions/upload-artifact@v4
if: always()
with:
name: 'test-results-${{ matrix.os }}'
path: 'test-results/${{ matrix.os }}'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.