mirror of https://github.com/kubernetes/kops.git
tests: always upload artifacts in github actions tests
We want to collect the artifacts even if the test fails
This commit is contained in:
parent
d958a4032b
commit
0671e777d8
|
@ -32,6 +32,7 @@ jobs:
|
|||
env:
|
||||
ARTIFACTS: /tmp/artifacts
|
||||
- name: Archive production artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifacts
|
||||
|
|
Loading…
Reference in New Issue