chore: sync sveltekit app before e2e
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m4s
🚀 Lint & Test & Deploy / quality (pull_request) Successful in 2m30s
🚀 Lint & Test & Deploy / test-unit (pull_request) Successful in 44s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Failing after 47s
🚀 Lint & Test & Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
2026-05-04 15:43:38 +02:00
parent cd7b51d86a
commit 8f60816c78
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
# run: pnpm dlx playwright install --with-deps firefox # run: pnpm dlx playwright install --with-deps firefox
- name: 🔧 Sync svelte-kit - name: 🔧 Sync svelte-kit
run: pnpm --filter @nodarium/app exec svelte-kit sync 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