Support targeting other hosts in acceptance tests
This commit is contained in:
parent
464a69ae87
commit
99f7e048f9
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ var sharedSetup = func(ts *testscript.Env) error {
|
|||
|
||||
ts.Setenv("GH_TOKEN", os.Getenv("GH_TOKEN"))
|
||||
|
||||
ts.Setenv("GH_HOST", os.Getenv("GH_HOST"))
|
||||
|
||||
ts.Setenv("ORG", os.Getenv("GH_ACCEPTANCE_ORG"))
|
||||
|
||||
ts.Setenv("RANDOM_STRING", randomString(10))
|
||||
Loading…
Add table
Add a link
Reference in a new issue