Skip to content

Checkboxes to check for spectra and follow-up requests #26

Checkboxes to check for spectra and follow-up requests

Checkboxes to check for spectra and follow-up requests #26

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- name: Checkout repo from main
uses: actions/checkout@v3
with:
ref: main
- name: Install npm dependency
run: yarn install
- name: Run jest
run: npx jest