Skip to content

Add JSON bug report bug-report-20260805T061316Z (#776) #2338

Add JSON bug report bug-report-20260805T061316Z (#776)

Add JSON bug report bug-report-20260805T061316Z (#776) #2338

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