Skip to content

build: deploy to Vercel #271

build: deploy to Vercel

build: deploy to Vercel #271

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
name: Run Tests and Generate Coverage Report
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ github.actor }}
steps:
- uses: actions/[email protected]
- name: Set up pnpm
uses: pnpm/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
cache: "pnpm"
- run: pnpm install -rw --frozen-lockfile
- run: pnpm lint
- run: pnpm cov