Skip to content

Commit 208216a

Browse files
authored
e2e: Ensure testnet network dir is archived on failed test run (#1930)
1 parent d2deb9f commit 208216a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.e2e.persistent.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: E2E_SERIAL=1 ./scripts/tests.e2e.persistent.sh ./build/avalanchego
3232
- name: Upload testnet network dir
3333
uses: actions/upload-artifact@v3
34+
if: always()
3435
with:
3536
name: testnet-data
3637
path: ~/.testnetctl/networks/1000

.github/workflows/test.e2e.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: E2E_SERIAL=1 ./scripts/tests.e2e.sh ./build/avalanchego
3232
- name: Upload testnet network dir
3333
uses: actions/upload-artifact@v3
34+
if: always()
3435
with:
3536
name: testnet-data
3637
path: ~/.testnetctl/networks/1000

0 commit comments

Comments
 (0)