Skip to content

Combine Project Explorer and Editor into a Single Interface (#198) #514

Combine Project Explorer and Editor into a Single Interface (#198)

Combine Project Explorer and Editor into a Single Interface (#198) #514

Workflow file for this run

name: Test
on:
pull_request:
branches: [ '*' ]
push:
branches: [ '*' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Run Tests
run: pnpm run -r test