feat: allow task caching to github #478
test.yml
on: pull_request
test-cache-pnpm
14s
test-cache-npm
12s
test-cache-yarn
11s
test-registry-url
9s
test-alpine-container
18s
test-sfw-alpine
16s
test-sfw-with-socketdev-action
13s
build
20s
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
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.
|