Skip to content

fix: move test file out of routes to exclude from build #2

fix: move test file out of routes to exclude from build

fix: move test file out of routes to exclude from build #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
registry-url: https://npm.pkg.github.com
- run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: pnpm vp check
- run: pnpm vp test