Skip to content

chore: upgrade findable ui package to latest in next site (#2370) #1148

chore: upgrade findable ui package to latest in next site (#2370)

chore: upgrade findable ui package to latest in next site (#2370) #1148

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