Skip to content

chore: seed a bigger variety of flights #13

chore: seed a bigger variety of flights

chore: seed a bigger variety of flights #13

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun test:unit