Skip to content

fix(GitClone): local checkout produces the same outputs as a clone (#… #1582

fix(GitClone): local checkout produces the same outputs as a clone (#…

fix(GitClone): local checkout produces the same outputs as a clone (#… #1582

Triggered via push August 21, 2026 18:28
Status Success
Total duration 11m 0s
Artifacts

test.yml

on: push
Lint & Typecheck
18s
Lint & Typecheck
Unit Tests
59s
Unit Tests
Build Verification
26s
Build Verification
E2E Tests
2m 22s
E2E Tests
Runbook Tests
42s
Runbook Tests
Runbook Tests (GitHub App Token)
15s
Runbook Tests (GitHub App Token)
Documentation Tests
32s
Documentation Tests
CI Summary
2s
CI Summary
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
eslint(no-empty-pattern): web/e2e/fixtures.ts#L53
Empty object binding pattern
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 '_'.