Skip to content

Commit 324de2e

Browse files
committed
upload network runner artifact after e2e test run
1 parent 9a1c548 commit 324de2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,10 @@ jobs:
8181
- name: Run E2E Tests
8282
shell: bash
8383
run: AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego DATA_DIR=/tmp/e2e-test/data ./scripts/run_ginkgo.sh
84+
- name: Upload Artifact
85+
if: always()
86+
uses: actions/upload-artifact@v3
87+
with:
88+
name: subnet-evm-e2e-logs
89+
path: /tmp/network-runner-root-data*/
90+
retention-days: 5

0 commit comments

Comments
 (0)