Skip to content

added metadata_schema option for SF and PG peers #389

added metadata_schema option for SF and PG peers

added metadata_schema option for SF and PG peers #389

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@v3
- name: Install Node.js dependencies
working-directory: ui
run: yarn install --frozen-lockfile
- name: Build
working-directory: ui
run: yarn build