Skip to content

Use reference schemas for tests #19

Use reference schemas for tests

Use reference schemas for tests #19

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 30
name: CI
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install Dependencies
run: |
yarn
- name: Run Tests
run: |
yarn ci