From 324de2ee3ffda49f5be3c351b18012ea7acc7012 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Thu, 29 Jun 2023 18:48:00 -0400 Subject: [PATCH] upload network runner artifact after e2e test run --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6075af58b..66dd062e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,3 +81,10 @@ jobs: - name: Run E2E Tests shell: bash run: AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego DATA_DIR=/tmp/e2e-test/data ./scripts/run_ginkgo.sh + - name: Upload Artifact + if: always() + uses: actions/upload-artifact@v3 + with: + name: subnet-evm-e2e-logs + path: /tmp/network-runner-root-data*/ + retention-days: 5