Skip to content

Formalize how we handle table inheritance for partitioned tables (#2806) #4935

Formalize how we handle table inheritance for partitioned tables (#2806)

Formalize how we handle table inheritance for partitioned tables (#2806) #4935

Workflow file for this run

name: Build & Test UI
on:
push:
branches: [main]
pull_request:
branches: [main]
paths: [ui/**, protos/**]
jobs:
build-test:
name: Build & Test UI
strategy:
matrix:
runner: [ubuntu-24.04]
runs-on: ${{ matrix.runner }}
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: generate or hydrate protos
uses: ./.github/actions/genprotos
- name: Install Node.js dependencies
working-directory: ui
run: npm ci
- name: Build
working-directory: ui
run: npm run build