Skip to content

Commit

Permalink
e2e: Save network data as artifact (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava authored Oct 31, 2023
1 parent a2d0e8b commit 1a98c9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,9 @@ jobs:
- name: Run e2e tests
run: E2E_SERIAL=1 ./scripts/tests.e2e.sh
shell: bash
- name: Upload testnet network dir
uses: actions/upload-artifact@v3
if: always()
with:
name: testnet-data
path: ~/.testnetctl/networks/1000

0 comments on commit 1a98c9e

Please sign in to comment.