Skip to content

2800 2801 2802 New publications #1278

2800 2801 2802 New publications

2800 2801 2802 New publications #1278

Workflow file for this run

name: Test build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.16.0"
- run: |
npm ci
npx tsc --noEmit
source ./start.sh && npx gatsby build --verbose