Skip to content

OrthoMCL - Custom tree-table for OrthoGroup page #2314

OrthoMCL - Custom tree-table for OrthoGroup page

OrthoMCL - Custom tree-table for OrthoGroup page #2314

Workflow file for this run

# Ensure that affected projects build without error for any pull request
name: CI
on: pull_request
permissions: read-all
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- uses: nrwl/nx-set-shas@v3.0.0
- run: yarn
- run: yarn nx affected --target=build-npm-modules --parallel=3
- run: yarn nx affected --target=compile:check