Skip to content

Commit

Permalink
Merge pull request #1791 from Nordix/mquhuy/always-upload-test-artifacts
Browse files Browse the repository at this point in the history
🌱 Always upload test artifacts, even if the tests fail
  • Loading branch information
metal3-io-bot authored Jun 26, 2024
2 parents ef87e23 + 7c66fb1 commit 3e5fde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sudo -s -u $USER --preserve-env bash ${{ github.workspace }}/hack/ci-e2e.sh
- name: Upload artifacts
if: ${{ !cancelled() }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: artifacts-${{ inputs.bmc-protocol }}.tar.gz
Expand Down

0 comments on commit 3e5fde8

Please sign in to comment.