mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Improve integration test for checker
* Modify script to call checker twice with difference options, including one with json and --verbose. * Add json result as build artifact to be uploaded.
This commit is contained in:
parent
589547fa94
commit
d4f68a9b08
2 changed files with 10 additions and 4 deletions
4
.github/workflows/itest.yml
vendored
4
.github/workflows/itest.yml
vendored
|
|
@ -32,5 +32,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: checker-results
|
||||
path: ~/checker-results.html
|
||||
path: |
|
||||
~/checker-results.html
|
||||
~/checker-results.json
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue