Skip to content

feat: upgrade to pic server v4 #97

feat: upgrade to pic server v4

feat: upgrade to pic server v4 #97

Workflow file for this run

name: Test (Bun)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test_bun:
name: Test (Bun)
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: ./.github/actions/setup-bun
- uses: ./.github/actions/setup-dfx
- name: Build
run: bun run build
- name: Build Examples
run: bun build:examples
- name: Test Examples
run: bun test:examples