ci: run e2e-deno after e2e
All checks were successful
Tests / test-deno (push) Successful in 1m41s
Tests / test-bun (push) Successful in 1m53s
Tests / test-node (node22) (push) Successful in 1m59s
Tests / test-node (node18) (push) Successful in 2m7s
Tests / test-node (node20) (push) Successful in 2m4s
Tests / test-web (chromium) (push) Successful in 2m2s
Tests / test-web (firefox) (push) Successful in 2m12s
Build and deploy typedoc / build (push) Successful in 6m6s
Tests / lint (push) Successful in 6m43s
Tests / e2e (push) Successful in 50s
Tests / e2e-deno (push) Successful in 47s

This commit is contained in:
alina 🌸 2025-01-27 18:32:35 +03:00
parent d0b8366a5f
commit a1aeef6dd3
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -103,7 +103,7 @@ jobs:
run: 'cd e2e && pnpm run test:all'
e2e-deno:
runs-on: node22
needs: [lint, test-node, test-web, test-bun, test-deno]
needs: [e2e]
permissions:
contents: read
actions: write