Skip to content

Commit b338f68

Browse files
committed
fix: update the test name
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 624c182 commit b338f68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
./run_tests.sh -t TestDownstreamBasic
202202
203-
test_TestDownstreamProd:
203+
test_TestDownstreamRoles:
204204
needs:
205205
- release
206206
- test_TestOneBasic
@@ -242,15 +242,15 @@ jobs:
242242
ACME_SERVER_URL: https://acme-v02.api.letsencrypt.org/directory
243243
RANCHER_INSECURE: false
244244
run: |
245-
./run_tests.sh -t TestDownstreamProd
245+
./run_tests.sh -t TestDownstreamRoles
246246
247247
test_Cleanup:
248248
needs:
249249
- release
250250
- test_TestOneBasic
251251
- test_TestProdBasic
252252
- test_TestDownstreamBasic
253-
- test_TestDownstreamProd
253+
- test_TestDownstreamRoles
254254
if: always() && needs.release.outputs.release_pr
255255
runs-on: ubuntu-latest
256256
steps:
@@ -294,7 +294,7 @@ jobs:
294294
- test_TestOneBasic
295295
- test_TestProdBasic
296296
- test_TestDownstreamBasic
297-
- test_TestDownstreamProd
297+
- test_TestDownstreamRoles
298298
- test_Cleanup
299299
if: success() && needs.release.outputs.release_pr #Ensure the test jobs succeeded, and that a release PR was created.
300300
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)