Skip to content

# update ud resolver #824

# update ud resolver

# update ud resolver #824

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
name: Build, lint, and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint
- name: Test
run: yarn test --ci --coverage --maxWorkers=2
- name: UI tests
run: |
yarn build
yarn start & yarn wait-on http://localhost:3000