Skip to content

feat(frontend): 集群标准化 #4654 #161

feat(frontend): 集群标准化 #4654

feat(frontend): 集群标准化 #4654 #161

Workflow file for this run

name: Yarn Build
on:
workflow_dispatch:
push:
paths:
- "dbm-ui/frontend/**"
pull_request:
paths:
- "dbm-ui/frontend/**"
jobs:
build:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./dbm-ui/frontend
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build