Skip to content

Add JSON bug report bug-report-20260731T052229Z (#749) #2264

Add JSON bug report bug-report-20260731T052229Z (#749)

Add JSON bug report bug-report-20260731T052229Z (#749) #2264

Workflow file for this run

# Created using @tscircuit/plop (npm install -g @tscircuit/plop)
name: Bun Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.1
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test
- name: Upload test diff artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: test-diff-images
path: "**/*.diff.png"
if-no-files-found: ignore