diff --git a/.github/actions/sonobuoy/action.yml b/.github/actions/sonobuoy/action.yml index 8a000d6da..2e5ebdf33 100644 --- a/.github/actions/sonobuoy/action.yml +++ b/.github/actions/sonobuoy/action.yml @@ -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 diff --git a/.github/workflows/e2e-test-azure.yml b/.github/workflows/e2e-test-azure.yml index 3b5543ad9..7bf959c8f 100644 --- a/.github/workflows/e2e-test-azure.yml +++ b/.github/workflows/e2e-test-azure.yml @@ -1,6 +1,7 @@ name: e2e Test Azure on: + workflow_dispatch: schedule: - cron: '0 3 * * *' jobs: diff --git a/.github/workflows/e2e-test-gcp.yml b/.github/workflows/e2e-test-gcp.yml index 1ad2ec7a4..7a5018567 100644 --- a/.github/workflows/e2e-test-gcp.yml +++ b/.github/workflows/e2e-test-gcp.yml @@ -1,6 +1,7 @@ name: e2e Test GCP on: + workflow_dispatch: schedule: - cron: '0 4 * * *' jobs: