Skip to content

removing lerna bootstrap invocation from gha #74

removing lerna bootstrap invocation from gha

removing lerna bootstrap invocation from gha #74

Workflow file for this run

name: Test
on: push
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Run Tests
run: yarn test