Fix/e2e fail on failure (#208)

This commit is contained in:
Fabian Kammel 2022-06-14 12:38:32 +02:00 committed by GitHub
parent 82757ef2c0
commit f7ba87135d
3 changed files with 9 additions and 0 deletions

View File

@ -27,8 +27,15 @@ runs:
- name: Download results
run: sonobuoy retrieve -x --kubeconfig constellation-admin.conf
shell: bash
- name: Upload test results
uses: actions/upload-artifact@v3
with:
name: 'junit_01.xml'
path: '**/junit_01.xml'
if: ${{ always() && !env.ACT }}
- name: Publish test results
uses: mikepenz/action-junit-report@v3
if: ${{ !env.ACT }}
with:
report_paths: '**/junit_01.xml'
fail_on_failure: true

View File

@ -1,6 +1,7 @@
name: e2e Test Azure
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs:

View File

@ -1,6 +1,7 @@
name: e2e Test GCP
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
jobs: