Skip to content

add some env in github and fix test workflow #15

add some env in github and fix test workflow

add some env in github and fix test workflow #15

Workflow file for this run

name: E2E Test
on: [push]
jobs:
ci:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm build
env:
NITRO_TEST: true
- run: pnpm test