Skip to content

Refactor into affiliation abstraction #8

Refactor into affiliation abstraction

Refactor into affiliation abstraction #8

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: extractions/setup-just@v2
- run: just install
- run: just test
- run: just e2e-test