Skip to content

feat(auth blocks): let authors pick the tab the block opens on #1584

feat(auth blocks): let authors pick the tab the block opens on

feat(auth blocks): let authors pick the tab the block opens on #1584

Triggered via pull request August 25, 2026 05:21
Status Failure
Total duration 1m 24s
Artifacts

test.yml

on: pull_request
Lint & Typecheck
17s
Lint & Typecheck
Unit Tests
58s
Unit Tests
Build Verification
20s
Build Verification
E2E Tests
1m 14s
E2E Tests
Runbook Tests
44s
Runbook Tests
Runbook Tests (GitHub App Token)
17s
Runbook Tests (GitHub App Token)
Documentation Tests
26s
Documentation Tests
CI Summary
3s
CI Summary
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
E2E Tests
Process completed with exit code 35.
CI Summary
Process completed with exit code 1.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L35
Catch parameter 'e' is caught but never used.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L28
Variable 'queryParams' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L27
Variable 'path' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L26
Variable 'httpMethod' is declared but never used. Unused variables should start with a '_'.
eslint(no-empty-pattern): web/e2e/fixtures.ts#L53
Empty object binding pattern