Skip to content

Parallel Execution of DuckDB Queries using iFrame #329

Parallel Execution of DuckDB Queries using iFrame

Parallel Execution of DuckDB Queries using iFrame #329

Workflow file for this run

name: Build & Test on PR checks
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- run: npm install
- run: npx nx run-many --target=build --all --parallel
- run: npx nx run-many --target=test --all --parallel
- run: npx nx run-many --target=lint --all --parallel