Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against Gaia 8 in CI #2889

Merged
merged 2 commits into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- package: gaia7
command: gaiad
account_prefix: cosmos
- package: gaia8
command: gaiad
account_prefix: cosmos
- package: ibc-go-v2-simapp
command: simd
account_prefix: cosmos
Expand Down Expand Up @@ -218,6 +221,9 @@ jobs:
- package: gaia6
command: gaiad
account_prefix: cosmos
- package: gaia8
command: gaiad
account_prefix: cosmos
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
Expand Down
92 changes: 64 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
gaia5
gaia6
gaia7
gaia8
ica
osmosis
wasmd
Expand Down