Skip to content

Discriminated unions for interstitials type #298

Discriminated unions for interstitials type

Discriminated unions for interstitials type #298

Workflow file for this run

name: Test
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run unit tests
run: bun run test