Skip to content

Allow configurable column names for soft-delete and synced-at #730

Allow configurable column names for soft-delete and synced-at

Allow configurable column names for soft-delete and synced-at #730

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