Skip to content

Commit 2139a20

Browse files
committed
Further pipeline adjustments
1 parent 372060c commit 2139a20

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- name: Upload e2e automation test artifact
242242
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
243243
with:
244-
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-e2e-test-output
244+
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-${{ env.APIGEE_ENVIRONMENT }}-e2e-test-output
245245
path: tests/e2e_automation/output
246246

247247
upload-report:
@@ -254,10 +254,12 @@ jobs:
254254
environment: ${{ inputs.apigee_environment }}
255255

256256
steps:
257+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
258+
257259
- name: Download e2e automation test artifact
258260
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
259261
with:
260-
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-e2e-test-output
262+
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-${{ env.APIGEE_ENVIRONMENT }}-e2e-test-output
261263
path: tests/e2e_automation/output
262264

263265
- uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637

0 commit comments

Comments
 (0)