Skip to content

Commit

Permalink
fix: use unique names for smoke test artifacts (#3876)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>

Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
JorTurFer committed Nov 17, 2022
1 parent 7b30237 commit f8ea5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload test logs
uses: actions/upload-artifact@v3
with:
name: e2e-test-logs
name: smoke-test-logs ${{ inputs.kubernetesVersion }}
path: '${{ github.workspace }}/tests/**/*.log'

0 comments on commit f8ea5dd

Please sign in to comment.