Skip to content

Commit

Permalink
Merge pull request #321 from hyphacoop/upgrade-test-step-names
Browse files Browse the repository at this point in the history
Upgrade test step names
  • Loading branch information
dasanchez committed Jun 12, 2023
2 parents 7a942f9 + 7f78f71 commit d34c24a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test-gaia-v11-fresh-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,16 @@ jobs:
DOWNLOAD_URL: https://github.com/hyphacoop/cosmos-builds/releases/download/gaiad-linux-main/gaiad-linux
run: |
tests/test_software_upgrade_fresh.sh 127.0.0.1 26657 v11
- name: Happy path - transaction testing
- name: _blocks-1
run: |
tests/test_block_production.sh 127.0.0.1 26657 5
- name: _txs-1
run: tests/test_tx_fresh.sh
- name: Happy path - API endpoints testing
- name: _api-1
run: tests/test_endpoints_api.sh localhost 1317
- name: Happy path - RPC endpoints testing
- name: _rpc-1
run: tests/test_endpoints_rpc.sh localhost 26657
- name: Happy path - globalfee params
- name: _globalfee-1
run: tests/v11_upgrade/test_globalfee_params.sh
- name: Happy path - test bypass messages
- name: _globalfee-2
run: tests/v11_upgrade/test_bypass_msg.sh

0 comments on commit d34c24a

Please sign in to comment.