Skip to content

switch to devbox github action #128

switch to devbox github action

switch to devbox github action #128

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install devbox
uses: jetpack-io/[email protected]
with:
devbox-version: 0.9.1
- run: pnpm install
- run: pnpm build
- run: pnpm test