Skip to content

Separating provenance data from answers #1234

Separating provenance data from answers

Separating provenance data from answers #1234

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- dev
- main
jobs:
test:
name: 🧪 Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
- name: Run unit tests
run: yarn unittest