Skip to content

Merge pull request #319 from arrow2nd/fix-e2e #532

Merge pull request #319 from arrow2nd/fix-e2e

Merge pull request #319 from arrow2nd/fix-e2e #532

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Run test
run: pnpm test