Skip to content

#41, integration test (doesn't compile yet) #149

#41, integration test (doesn't compile yet)

#41, integration test (doesn't compile yet) #149

Workflow file for this run

name: build-main
on:
push:
jobs:
build-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
timeout-minutes: 5