Skip to content

fix(ci): add tsup config for vercel #23

fix(ci): add tsup config for vercel

fix(ci): add tsup config for vercel #23

Workflow file for this run

name: Run StepCI with Bun
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
e2e_test:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
- id: setup-bun
name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- id: install-bun
name: Bun Install
run: |
bun install
- id: test
name: E2E Test
run: |
bun run ci