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

This commit is contained in:
2026-05-04 15:49:55 +02:00
parent 8f60816c78
commit 733b0a2ceb
+2 -5
View File
@@ -65,11 +65,8 @@ 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 --filter @nodarium/ui exec svelte-kit sync
- name: 🏗️ Build Web Assets
run: pnpm build
- name: 🧪 Run Tests
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" pnpm test:e2e