Skip to content

Commit

Permalink
fix: debug upgrade tests in gh actions (cosmos#2531)
Browse files Browse the repository at this point in the history
* Fix upgrade test in gh actions

* update testnet link

* fix links
  • Loading branch information
sainoe authored May 25, 2023
1 parent eb6980e commit 8743072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ jobs:
- name: Check for successful migration
run: |
./contrib/scripts/test_migration.sh localhost
if: env.GIT_DIFF
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Welcome to the documentation of the **Cosmos Hub application: `gaia`**.

## Setup Your Own `gaia` Testnet

- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta)
- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta)

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion docs/migration/cosmoshub-4-v7-Theta-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ It is critically important for validator operators to back-up the `.gaia/data/pr

### Testing

For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta).
For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta).

### Current runtime, cosmoshub-4 (pre-v7-Theta upgrade) is running Gaia v6.0.x

Expand Down

0 comments on commit 8743072

Please sign in to comment.