mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Ensure that data from failed tests is not overwritten by other jobs
This commit is contained in:
@@ -25,6 +25,13 @@ jobs:
|
||||
./configure
|
||||
make test
|
||||
|
||||
- if: ${{ failure() }}
|
||||
name: Upload tests output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tests-smoketest
|
||||
path: tests
|
||||
|
||||
smoketest_all_opts:
|
||||
name: Smoke test With all options turned on
|
||||
runs-on: ubuntu-latest
|
||||
@@ -174,7 +181,7 @@ jobs:
|
||||
name: Upload tests output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tests-out
|
||||
name: tests-linux
|
||||
path: tests
|
||||
|
||||
- name: Generate coverage reports
|
||||
@@ -244,7 +251,7 @@ jobs:
|
||||
name: Upload tests output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tests-out
|
||||
name: tests-macos
|
||||
path: tests
|
||||
|
||||
- name: Generate coverage reports
|
||||
@@ -321,7 +328,7 @@ jobs:
|
||||
name: Upload tests output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tests-out
|
||||
name: tests-windows
|
||||
path: tests
|
||||
|
||||
- name: Generate coverage data
|
||||
|
||||
Reference in New Issue
Block a user