refactor: remove legacy react ui

This commit is contained in:
a.tolmachev
2026-03-29 14:03:47 +03:00
parent 9767d12966
commit df2974bafa
32 changed files with 100 additions and 7149 deletions
+7 -17
View File
@@ -65,24 +65,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
cache-dependency-path: apps/ui/package-lock.json
- name: Validate static UI files
run: |
test -f apps/ui/Dockerfile
test -f apps/ui/index.html
test -f apps/ui/nginx.conf
- name: Install UI dependencies
working-directory: apps/ui
run: npm ci
- name: Build UI
working-directory: apps/ui
run: npm run build
- name: Run UI tests
working-directory: apps/ui
run: npm run test -- --run
- name: Build UI image
run: docker build -f apps/ui/Dockerfile .
deployment:
name: Deployment Artifacts