Skip to content

Commit

Permalink
test all env
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jan 16, 2025
1 parent 8f3989c commit d40aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/testutils/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func GetLastSplitElement(value string, sep string) string {

func EnvNames(t *testing.T) []string {
branchName := utils.ValFromEnv(t, "TF_VAR_branch_name")
if branchName == "release-please--branches--main" {
if branchName == "release-please--branches--main" || strings.HasPrefix(branchName, "test-all/") {
return []string{
"development",
"nonproduction",
Expand Down

0 comments on commit d40aa80

Please sign in to comment.