mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
add artifacts
This commit is contained in:
@@ -56,6 +56,13 @@ jobs:
|
||||
- name: Run e2e tests
|
||||
shell: bash
|
||||
run: scripts/tests.e2e.sh
|
||||
- name: "Upload Artifact"
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: anr-logs-${{ matrix.os }}
|
||||
path: /tmp/network-runner-root-data*/
|
||||
retention-days: 5
|
||||
release:
|
||||
needs: [lint_test, unit_test, e2e_test]
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user