add artifacts

This commit is contained in:
Felipe Madero
2023-04-17 13:26:23 -03:00
parent 384a5fc56e
commit 309c27e715
+7
View File
@@ -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