Skip to content

Merge pull request #126 from ryandgoulding/fix/oftv2_code_and_instruc… #5

Merge pull request #126 from ryandgoulding/fix/oftv2_code_and_instruc…

Merge pull request #126 from ryandgoulding/fix/oftv2_code_and_instruc… #5

Workflow file for this run

name: unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Run unit tests
run: yarn test