mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-08 21:31:36 +00:00
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:
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user