mirror of https://github.com/BOINC/boinc.git
Test report don't fail the build on test errors
Add personal token for each test report
This commit is contained in:
parent
798f42de18
commit
b37e5fed95
|
@ -15,3 +15,5 @@ jobs:
|
|||
name: $1 Tests Report # Name of the check run which will be created
|
||||
path: '*.xml' # Path to test results (inside artifact .zip)
|
||||
reporter: java-junit
|
||||
fail-on-error: false
|
||||
token: $1
|
||||
|
|
Loading…
Reference in New Issue