Skip to content

Bump openssl from 0.10.59 to 0.10.60 in /nexus #1057

Bump openssl from 0.10.59 to 0.10.60 in /nexus

Bump openssl from 0.10.59 to 0.10.60 in /nexus #1057

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