Skip to content

Commit a7fd960

Browse files
CCM-11942 fixing environment refs for acceptance tests
1 parent f57af18 commit a7fd960

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
create-sandbox-environment:
17-
name: Create Sandbox Environment
16+
run-acceptance-tests:
17+
name: Run Acceptance Tests
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/[email protected]
2121

22-
- name: Trigger sandbox environment creation
22+
- name: Trigger Sandbox Environment Build
2323
shell: bash
2424
env:
2525
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
@@ -33,7 +33,7 @@ jobs:
3333
--targetComponent "sandbox" \
3434
--terraformAction "apply"
3535
36-
- name: Acceptance Tests
36+
- name: Trigger Acceptance Tests
3737
shell: bash
3838
env:
3939
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}

0 commit comments

Comments
 (0)