We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef03dd commit bccf48bCopy full SHA for bccf48b
src/test/cache-common.ts
@@ -1038,7 +1038,10 @@ export const registerCommonCacheTests = (
1038
const res = await exec.exit;
1039
assert.equal(res.code, 1);
1040
checkScriptOutput(
1041
- res.stderr,
+ res.stderr.replace(
1042
+ '⚠️ Please upgrade to google/wireit@setup-github-cache/v2. In the future, Wireit caching for this project will stop working.',
1043
+ '',
1044
+ ),
1045
`
1046
❌ package.json:9:17 Output files must be within the package: ${JSON.stringify(
1047
pathlib.join(rig.temp, 'outside'),
0 commit comments