Skip to content

Commit

Permalink
Fix CI to run proper versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Dec 8, 2023
1 parent 35b5a7d commit 47725fb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,19 @@ jobs:
wasm-cache: true
linter-cache: false
docker-cache: true
- ci_step: "integration tests coreum-upgrade-v3.0.0"
- ci_step: "integration tests coreum-upgrade v2.0.2 -> v3.0.0"
# Note that we run upgrade tests only no module or IBC because some features in v3 are not compatible anymore.
command: |
crust build/integration-tests/coreum/upgrade build/integration-tests/coreum/modules build/integration-tests/coreum/ibc images
crust znet test --cored-version=v2.0.2 --test-groups=coreum-upgrade,coreum-modules,coreum-ibc --timeout-commit 1s
crust znet test --cored-version=v2.0.2 --test-groups=coreum-upgrade --timeout-commit 1s
go-cache: true
wasm-cache: true
linter-cache: false
docker-cache: true
- ci_step: "integration tests coreum-upgrade v3.0.0 -> v3.0.x"
command: |
crust build/integration-tests/coreum/upgrade build/integration-tests/coreum/modules build/integration-tests/coreum/ibc images
crust znet test --cored-version=v3.0.0 --test-groups=coreum-upgrade,coreum-modules,coreum-ibc --timeout-commit 1s
go-cache: true
wasm-cache: true
linter-cache: false
Expand Down

0 comments on commit 47725fb

Please sign in to comment.