Skip to content

PG to PG: Add ORDER BY in MERGE to handle non-PK unique columns (#4169) #7040

PG to PG: Add ORDER BY in MERGE to handle non-PK unique columns (#4169)

PG to PG: Add ORDER BY in MERGE to handle non-PK unique columns (#4169) #7040

Workflow file for this run

name: Build & Test UI
on:
push:
branches: [main]
pull_request:
branches: [main]
paths: [ui/**, protos/**, buf.gen.yaml]
jobs:
build-test:
name: Build & Test UI
strategy:
matrix:
runner: [ubuntu-24.04]
runs-on: ${{ matrix.runner }}
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- 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