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 96155c1 commit 38618c0Copy full SHA for 38618c0
.github/workflows/e2e-run.yml
@@ -15,7 +15,7 @@ on:
15
required: false
16
type: string
17
outputs:
18
- artifact-id:
+ artifact-id:
19
description: "Artifact ID of the test results"
20
value: ${{ jobs.run_e2e.outputs.artifact-id }}
21
success-num:
@@ -76,6 +76,7 @@ jobs:
76
- name: Archive result artifacts
77
id: archive-artifacts
78
uses: actions/upload-artifact@v4
79
+ if: ${{ always() }}
80
with:
81
name: ${{ inputs.suite-id }}
82
retention-days: 3
@@ -85,4 +86,4 @@ jobs:
85
86
- name: Bring down docker containers
87
run: ./tests/docker/ducker-ak down
88
shell: bash
- if: ${{ always() }}
89
0 commit comments