We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2deb9f commit 208216aCopy full SHA for 208216a
.github/workflows/test.e2e.persistent.yml
@@ -31,6 +31,7 @@ jobs:
31
run: E2E_SERIAL=1 ./scripts/tests.e2e.persistent.sh ./build/avalanchego
32
- name: Upload testnet network dir
33
uses: actions/upload-artifact@v3
34
+ if: always()
35
with:
36
name: testnet-data
37
path: ~/.testnetctl/networks/1000
.github/workflows/test.e2e.yml
run: E2E_SERIAL=1 ./scripts/tests.e2e.sh ./build/avalanchego
0 commit comments