feat: initial node groups #44

Merged
max merged 44 commits from feat/group-node-own into main 2026-05-05 22:08:18 +02:00
Showing only changes of commit 733b0a2ceb - Show all commits
+2 -5
View File
@@ -65,11 +65,8 @@ jobs:
- name: 🔧 Setup - name: 🔧 Setup
uses: ./.gitea/actions/setup uses: ./.gitea/actions/setup
# - name: 🔧 Make sure firefox is setup - name: 🏗️ Build Web Assets
# run: pnpm dlx playwright install --with-deps firefox run: pnpm build
- name: 🔧 Sync svelte-kit
run: pnpm --filter @nodarium/app --filter @nodarium/ui exec svelte-kit sync
- name: 🧪 Run Tests - name: 🧪 Run Tests
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test:e2e run: xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test:e2e