Skip to content

unified Dockerfile, and peerdb-unimage unified image #1066

unified Dockerfile, and peerdb-unimage unified image

unified Dockerfile, and peerdb-unimage unified image #1066

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