Skip to content

Run tests on PeerPrepTest #5

Run tests on PeerPrepTest

Run tests on PeerPrepTest #5

Workflow file for this run

name: Run tests on PeerPrepTest
on:
workflow_run:
workflows: ["Deploy to Testing EC2"]
types:
- completed
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