Skip to content

SCHEMA: SDRF shared ID to Cancogen Schema, causing errors in localiza… #679

SCHEMA: SDRF shared ID to Cancogen Schema, causing errors in localiza…

SCHEMA: SDRF shared ID to Cancogen Schema, causing errors in localiza… #679

Workflow file for this run

name: Build and test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: yarn install --frozen-lockfile
- run: yarn format
- run: yarn lint
- run: yarn build:lib
- run: yarn build:web
- run: yarn test