Add continue-on-error to upload reports even when tests failed

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-04-27 16:32:48 +02:00
parent ec9a212653
commit ae481cc1c5

View File

@@ -76,6 +76,7 @@ jobs:
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: run tests
continue-on-error: true
uses: ./.github/actions/run-tests
with:
namespace: "manual-${{ github.run_id }}-${{ github.event.inputs.testbed }}"