Skip to content

Feat: integrate courtyards and tests for courtyard overlap #4487

Feat: integrate courtyards and tests for courtyard overlap

Feat: integrate courtyards and tests for courtyard overlap #4487

Workflow file for this run

name: Smoke Test Dist
on:
pull_request:
push:
branches: [main]
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build Project
run: bun run build
- name: Run smoke test script
run: bun run smoke-test:dist