Skip to content

wip(next): upgrade next16 with next-rspack to build #74

wip(next): upgrade next16 with next-rspack to build

wip(next): upgrade next16 with next-rspack to build #74

Workflow file for this run

name: 'Sandbox-Test'
on:
pull_request:
paths:
- 'projects/sandbox/**'
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: projects/sandbox
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Deps
run: bun install
- name: Run Unit Tests
run: bun run test