Skip to content

Merge to Prod 10/23/23 (#221) #1111

Merge to Prod 10/23/23 (#221)

Merge to Prod 10/23/23 (#221) #1111

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v18
uses: actions/setup-node@v1
with:
node-version: '18'
- run: yarn install
- run: yarn test