Skip to content

Feat/effect schema

Feat/effect schema #13

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.13.1
- run: yarn
- run: chmod +x ./bin/run
- run: yarn test:ci
- run: yarn codecov