mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Provide ability to investigate build errors
Upload the test results so they can be examined outside of the CI system
This commit is contained in:
@@ -88,6 +88,13 @@ jobs:
|
||||
run: |
|
||||
make test
|
||||
|
||||
- if: ${{ failure() }}
|
||||
name: Upload tests output
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: "analysis${{ matrix.flags }}"
|
||||
path: tests
|
||||
|
||||
test_linux:
|
||||
needs: smoketest
|
||||
name: Test Linux
|
||||
|
||||
Reference in New Issue
Block a user