Skip to content

feat: allow task caching to github #478

feat: allow task caching to github

feat: allow task caching to github #478

Re-run triggered August 16, 2026 10:35
Status Failure
Total duration 1m 35s
Artifacts

test.yml

on: pull_request
test-cache-pnpm
14s
test-cache-pnpm
test-cache-npm
12s
test-cache-npm
test-cache-yarn
11s
test-cache-yarn
test-registry-url
9s
test-registry-url
test-alpine-container
18s
test-alpine-container
test-sfw-alpine
16s
test-sfw-alpine
test-sfw-with-socketdev-action
13s
test-sfw-with-socketdev-action
build
20s
build
Matrix: test-azure-runtime
Matrix: test-cache-bun
Matrix: test-default-version
Matrix: test-node-manager-off
Matrix: test-node-version
Matrix: test-sfw-blocks-malicious
Matrix: test-sfw
Matrix: test-vp-exec
Matrix: test-vp-install-and-exec
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build
Process completed with exit code 1.
src/inputs.test.ts > getInputs > should return default values when no inputs provided: src/inputs.test.ts#L26
AssertionError: expected { version: '', …(12) } to deeply equal { version: '', …(8) } - Expected + Received { "cache": false, "cacheDependencyPath": undefined, + "nodeManager": undefined, "nodeVersion": undefined, "nodeVersionFile": undefined, + "registryUrl": undefined, "runInstall": [], + "scope": undefined, "sfw": false, + "taskCache": false, "version": "", "versionFile": undefined, "workingDirectory": undefined, } ❯ src/inputs.test.ts:26:20
test-sfw-alpine
Failed to save: "/bin/tar" failed with error: The process '/bin/tar' failed with exit code 1
test-sfw-blocks-malicious (windows-latest)
sfw reported vp as not found even though it is on PATH. This is a known sfw flake on Windows: a cold PowerShell start exceeds sfw's 10s command-resolution timeout and the timeout is misreported as not-found. Warming the PowerShell command cache and retrying once.