Skip to content

Merge pull request #582 from sanieni6/bug/throwDepthError #929

Merge pull request #582 from sanieni6/bug/throwDepthError

Merge pull request #582 from sanieni6/bug/throwDepthError #929

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "yarn"
- name: Build monorepo
run: yarn
- name: Test code
run: yarn test