Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 16, 2024
1 parent 7cce12d commit 61d14c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,12 @@ jobs:
key: ${{ needs.build-new-binary.outputs.CACHE_KEY }}
if: steps.cache-upgrade-to-new-binary.outputs.cache-hit != 'true'

- name: Remove genesis.json files
run: |
rm -f /home/runner/.elys/genesis.json
rm -f /home/runner/.elys2/genesis.json
if: steps.cache-upgrade-to-new-binary.outputs.cache-hit != 'true'

- name: Upgrade to new binary
run: |
GOMEMLIMIT=32GiB \
Expand Down

0 comments on commit 61d14c0

Please sign in to comment.