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:
|
env:
|
||||||
ARTIFACTS: /tmp/artifacts
|
ARTIFACTS: /tmp/artifacts
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|
Loading…
Reference in New Issue