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