Skip to content

Run tests on PeerPrepTest #1

Run tests on PeerPrepTest

Run tests on PeerPrepTest #1

Workflow file for this run

name: Run tests on PeerPrepTest
on:
workflow_dispatch: {}
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: tests
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: master
- name: Install dependencies
run: yarn install --frozen-lockfile --production=false
- name: Run all tests
run: yarn test