Skip to content

deprisma pt.1: API and UI cleanup #3351

deprisma pt.1: API and UI cleanup

deprisma pt.1: API and UI cleanup #3351

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: [ubicloud-standard-2-ubuntu-2204-arm]
runs-on: ${{ matrix.runner }}
steps:
- name: checkout
uses: actions/checkout@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