Skip to content

Add a max reschedule #228

Add a max reschedule

Add a max reschedule #228

Workflow file for this run

name: tests
on: [push]
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
cache: yarn
- name: install, bootstrap and build
run: |
yarn install
yarn build
- name: test
run: |
yarn test