Skip to content

[eventhubs] Update last commited LSN on metadata after we flush (#709) #959

[eventhubs] Update last commited LSN on metadata after we flush (#709)

[eventhubs] Update last commited LSN on metadata after we flush (#709) #959

Workflow file for this run

name: Build & Test UI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-test:
name: Build & Test UI
strategy:
matrix:
runner: [ubicloud]
runs-on: ${{ matrix.runner }}
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install Node.js dependencies
working-directory: ui
run: npm ci
- name: Build
working-directory: ui
run: npm run build