Skip to content

feat: update lung atlas 1.0 with ingested datasets (#2360) #1134

feat: update lung atlas 1.0 with ingested datasets (#2360)

feat: update lung atlas 1.0 with ingested datasets (#2360) #1134

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