Skip to content

Behave the same as 1.8.4 on a new migration plan (#1526) #1303

Behave the same as 1.8.4 on a new migration plan (#1526)

Behave the same as 1.8.4 on a new migration plan (#1526) #1303

Workflow file for this run

name: Check yarn ci
on:
pull_request:
push:
branches:
- master
jobs:
tests:
name: Yarn CI
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn ci