Support targeting other hosts in acceptance tests

This commit is contained in:
William Martin 2024-10-08 18:37:09 +02:00
parent 464a69ae87
commit 99f7e048f9

View file

@ -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))