Skip to content

Commit

Permalink
fix(tests): store-types create --all adding logging around environm…
Browse files Browse the repository at this point in the history
…ent.
  • Loading branch information
spbsoluble committed Oct 20, 2023
1 parent 4218d27 commit b421dd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/storeTypes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,10 @@ func createAllStoreTypes(t *testing.T, storeTypes map[string]interface{}) {
t.Log("GITHUB_ACTIONS: ", isGhAction)
if isGhAction == "true" {
ghBranch := os.Getenv("GITHUB_REF")
ghBranch = strings.Replace(ghBranch, "refs/heads/", "", 1)
testArgs = append(testArgs, "--git-ref", ghBranch)
t.Log("GITHUB_REF: ", ghBranch)

}
t.Log("testArgs: ", testArgs)

Expand Down

0 comments on commit b421dd0

Please sign in to comment.