Skip to content

Commit 3fc92f3

Browse files
committed
update upgrade test with wasmvm version
1 parent 495da60 commit 3fc92f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ jobs:
163163
# the old gaiad binary version is hardcoded, need to be updated each major release.
164164
- name: Install Old Gaiad
165165
run: |
166-
git checkout v18.1.0
167-
make build
168-
cp ./build/gaiad ./build/gaiadold
169-
go clean -modcache
166+
curl -LO https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-linux-amd64
167+
chmod a+x gaiad-v18.1.0-linux-amd64
168+
mkdir build
169+
cp ./gaiad-v18.1.0-linux-amd64 ./build/gaiadold
170170
if: env.GIT_DIFF
171171
- name: Install New Gaiad
172172
run: |

0 commit comments

Comments
 (0)