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 28, 2025
1 parent 0958e74 commit dca09be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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,7 +40,8 @@ jobs:
run: make test-e2e

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

0 comments on commit dca09be

Please sign in to comment.