Skip to content

Merge pull request #388 from noya-app/v2-interop #3085

Merge pull request #388 from noya-app/v2-interop

Merge pull request #388 from noya-app/v2-interop #3085

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:16.18.1
env:
CI: true
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn test