call setupActionsVars in the tests too
This commit is contained in:
parent
d698cb3d2b
commit
378f30f95d
10 changed files with 58 additions and 38 deletions
|
|
@ -65,7 +65,7 @@ class RunnerEntrypoint extends Function {
|
|||
* Does this runner entry point set the RUNNER_TEMP and
|
||||
* RUNNER_TOOL_CACHE env vars which make some actions libraries
|
||||
* safe to use outside of actions.
|
||||
* See "setupActionsVars" in "runner.ts".
|
||||
* See "setupActionsVars" in "util.ts".
|
||||
*/
|
||||
predicate setsActionsEnvVars() {
|
||||
// This is matching code of the following format, where "this"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue