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

This commit is contained in:
2026-05-04 15:30:42 +02:00
parent db5ee8ba29
commit 6c9cd1505d
+6
View File
@@ -65,6 +65,12 @@ jobs:
- name: 🔧 Setup
uses: ./.gitea/actions/setup
- name: 🔧 Make sure firefox is setup
# run: pnpm dlx playwright install --with-deps firefox
- name: 🔧 Sync svelte-kit
run: pnpm --filter @nodarium/app exec svelte-kit sync
- name: 🧪 Run Tests
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test:e2e