Skip to content

feat: add retina atlas (#2359) #1138

feat: add retina atlas (#2359)

feat: add retina atlas (#2359) #1138

Workflow file for this run

name: Test build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: main
- uses: actions/checkout@v2
with:
repository: HumanCellAtlas/metadata-schema
path: hca-metadata-schema
- uses: actions/setup-node@v2
with:
node-version: "14.16.0"
- run: |
cd main
npm ci
source ./set-dev-env.sh && npx gatsby build --verbose