Skip to content

Commit d156bca

Browse files
committed
maybe this works instead
1 parent 5ae4c5b commit d156bca

File tree

1 file changed

+3
-0
lines changed
  • packages/cache/__tests__/__fixtures__

1 file changed

+3
-0
lines changed

packages/cache/__tests__/__fixtures__/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ fs.appendFileSync(filePath, `GITHUB_RUN_ID=${process.env.GITHUB_RUN_ID}${os.EOL}
1111
})
1212
fs.appendFileSync(filePath, `ACTIONS_CACHE_SERVICE_V2=true${os.EOL}`, {
1313
encoding: 'utf8'
14+
})
15+
fs.appendFileSync(filePath, `ACTIONS_RESULTS_URL=${process.env.ACTIONS_RESULTS_URL}${os.EOL}`, {
16+
encoding: 'utf8'
1417
})

0 commit comments

Comments
 (0)