We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57af18 commit a7fd960Copy full SHA for a7fd960
.github/workflows/stage-4-acceptance.yaml
@@ -13,13 +13,13 @@ permissions:
13
contents: read
14
15
jobs:
16
- create-sandbox-environment:
17
- name: Create Sandbox Environment
+ run-acceptance-tests:
+ name: Run Acceptance Tests
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/[email protected]
21
22
- - name: Trigger sandbox environment creation
+ - name: Trigger Sandbox Environment Build
23
shell: bash
24
env:
25
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
@@ -33,7 +33,7 @@ jobs:
33
--targetComponent "sandbox" \
34
--terraformAction "apply"
35
36
- - name: Acceptance Tests
+ - name: Trigger Acceptance Tests
37
38
39
0 commit comments