Skip to content

Commit 21f744f

Browse files
committed
fix: smoke tests all have same name
1 parent 53f457f commit 21f744f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/terraform_provider.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
terraform providers schema -json > terraform-providers-schema/schema.json
108108
109109
go_test_smoke_aa_db:
110-
name: go test smoke
110+
name: go test smoke aa db
111111
needs: [go_build]
112112
runs-on: ubuntu-latest
113113
steps:
@@ -119,7 +119,7 @@ jobs:
119119

120120

121121
go_test_smoke_essentials_db:
122-
name: go test smoke
122+
name: go test smoke essentials db
123123
needs: [go_build]
124124
runs-on: ubuntu-latest
125125
steps:
@@ -131,7 +131,7 @@ jobs:
131131

132132

133133
go_test_smoke_pro_db:
134-
name: go test smoke
134+
name: go test smoke pro db
135135
needs: [go_build]
136136
runs-on: ubuntu-latest
137137
steps:
@@ -142,8 +142,8 @@ jobs:
142142
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(ProDatabase_CRUDI)"'
143143

144144

145-
go_test_smoke_others:
146-
name: go test smoke
145+
go_test_smoke_misc:
146+
name: go test smoke misc
147147
needs: [go_build]
148148
runs-on: ubuntu-latest
149149
steps:

0 commit comments

Comments
 (0)