Skip to content

Commit

Permalink
ci: disable upgrade ci (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Sep 10, 2022
1 parent 1867a9e commit d15d6e5
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,27 +135,27 @@ jobs:
sleep 1m
./contrib/scripts/test_localnet_liveness.sh 50 5 50 localhost:26657
mainnet-upgrade-v1-v3:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: actions/setup-go@v3
if: env.GIT_DIFF
with:
go-version: 1.19
cache: true
- name: Build umeed
if: env.GIT_DIFF
run: |
make build
- name: Fork mainnet and upgrade from v1.0.3 to v.3.x.x
if: env.GIT_DIFF
run: |
./contrib/scripts/umeemainnet_fork.sh
# mainnet-upgrade-v1-v3:
# runs-on: ubuntu-latest
# timeout-minutes: 20
# steps:
# - uses: actions/checkout@v3
# - uses: technote-space/get-diff-action@v6.1.0
# with:
# PATTERNS: |
# **/**.go
# go.mod
# go.sum
# - uses: actions/setup-go@v3
# if: env.GIT_DIFF
# with:
# go-version: 1.19
# cache: true
# - name: Build umeed
# if: env.GIT_DIFF
# run: |
# make build
# - name: Fork mainnet and upgrade from v1.0.3 to v.3.x.x
# if: env.GIT_DIFF
# run: |
# ./contrib/scripts/umeemainnet_fork.sh

0 comments on commit d15d6e5

Please sign in to comment.