Skip to content

Commit

Permalink
test: update upgrade workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Aug 11, 2023
1 parent cead278 commit 32e3480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@ jobs:
- name: Install Cosmovisor
run: |
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest
if: env.GIT_DIFF
# if: env.GIT_DIFF
- name: Start Old Gaiad Binary
run: |
go env GOPATH
./contrib/scripts/upgrade_test_scripts/run_gaia.sh
if: env.GIT_DIFF
# if: env.GIT_DIFF
- name: Submit Upgrade Commands
run: |
./contrib/scripts/upgrade_test_scripts/run_upgrade_commands.sh 15
if: env.GIT_DIFF
# if: env.GIT_DIFF
- name: Check for successful upgrade
run: |
./contrib/scripts/upgrade_test_scripts/test_upgrade.sh 20 5 16 localhost
Expand Down

0 comments on commit 32e3480

Please sign in to comment.