Skip to content

Commit

Permalink
Fixture: Upload artifacts also on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Lennart Jern <[email protected]>
  • Loading branch information
lentzi90 committed Jan 22, 2025
1 parent 8df77be commit 6480c59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-fixture-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Install libvirt
run: |
sudo apt-get update
sudo apt-get install -y libvirt-dev
sudo apt-get update
sudo apt-get install -y libvirt-dev
- name: Build BMO e2e Docker Image
env:
Expand All @@ -40,6 +40,7 @@ jobs:
run: make test-e2e

- name: Upload artifacts
if: ${{ !cancelled() }}
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: artifacts-fixture.tar.gz
Expand Down

0 comments on commit 6480c59

Please sign in to comment.