Skip to content

Commit

Permalink
Merge pull request #1746 from Nordix/lentzi90/fixture-workflow-artifacts
Browse files Browse the repository at this point in the history
🌱 Upload artifacts from fixture tests
  • Loading branch information
metal3-io-bot committed May 28, 2024
2 parents 95bd2df + c32de09 commit c89b1b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e-fixture-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:
USE_EXISTING_CLUSTER: "false"
GINKGO_NODES: 1
run: make test-e2e

- name: Upload artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: artifacts.tar.gz
path: test/e2e/_artifacts
if-no-files-found: error
overwrite: false

0 comments on commit c89b1b2

Please sign in to comment.