tests: always upload artifacts in github actions tests

We want to collect the artifacts even if the test fails
This commit is contained in:
justinsb 2024-09-06 13:09:48 -04:00
parent d958a4032b
commit 0671e777d8
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
env:
ARTIFACTS: /tmp/artifacts
- name: Archive production artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: artifacts