We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1c548 commit 324de2eCopy full SHA for 324de2e
.github/workflows/ci.yml
@@ -81,3 +81,10 @@ jobs:
81
- name: Run E2E Tests
82
shell: bash
83
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