mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-26 07:16:08 -05:00
e2e: extract sonobuoy results to access junit results
This commit is contained in:
parent
af91ce2a3c
commit
cdcc549d68
5
.github/actions/e2e_sonobuoy/action.yml
vendored
5
.github/actions/e2e_sonobuoy/action.yml
vendored
@ -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 -xf *_sonobuoy_*.tar.gz
|
||||
|
||||
- name: Publish test results
|
||||
if: (!env.ACT) && contains(inputs.sonobuoyTestSuiteCmd, '--plugin e2e')
|
||||
uses: mikepenz/action-junit-report@4fa23552acda20a6a1d44f16224a90efbeb6c5f1 # v3.7.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user