Skip to content

Expand pre-collapsed panels if drug past the halfway point #300

Expand pre-collapsed panels if drug past the halfway point

Expand pre-collapsed panels if drug past the halfway point #300

Workflow file for this run

name: "Vitest"
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile --recursive
- name: Build NPM packages
run: pnpm run build
- name: Run tests
run: pnpm run test:ci