Add OBS group management feature #3

Merged
deco merged 14 commits from ui-improvements into main 2025-07-20 21:46:26 +03:00
Showing only changes of commit b9fa9f11b0 - Show all commits

View file

@ -9,21 +9,12 @@ on:
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [ 20, 22 ]
# Note: Node.js is pre-installed on self-hosted runners
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Clean NextJS cache
run: rm -rf .next
@ -42,6 +33,6 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: obs-ss-${{ matrix.node-version }}
name: obs-ss-build
include-hidden-files: 'true'
path: ./.next/*