Skip to content

Commit

Permalink
e2e: extract sonobuoy results to access junit results
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirusu committed Mar 20, 2023
1 parent ebd5647 commit e988018
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/e2e_sonobuoy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ runs:
path: "*_sonobuoy_*.tar.gz"

# Only works on "sonobuoy full" tests (e2e plugin)
- name: Extract test results
if: (!env.ACT) && contains(inputs.sonobuoyTestSuiteCmd, '--plugin e2e')
shell: bash
run: tar -xvf *_sonobuoy_*.tar.gz

- name: Publish test results
if: (!env.ACT) && contains(inputs.sonobuoyTestSuiteCmd, '--plugin e2e')
uses: mikepenz/action-junit-report@4fa23552acda20a6a1d44f16224a90efbeb6c5f1 # v3.7.5
Expand Down

0 comments on commit e988018

Please # to comment.