Skip to content

Commit

Permalink
chore: add github action for orai-osmosis ibc test
Browse files Browse the repository at this point in the history
  • Loading branch information
ledanghuy1811 committed Jan 7, 2025
1 parent 6a77672 commit e3473d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/interchaintest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,20 @@ jobs:
uses: actions/checkout@v4

- run: make ictest-wasm-gasless
env:
BRANCH_CI: "latest"
ictest-orai-osmosis-ibc:
runs-on: ubuntu-latest
needs: build-and-push-image # This job must run after build and push image
steps:
- name: Set up Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.22.7'

- name: checkout code
uses: actions/checkout@v4

- run: make ictest-orai-osmo
env:
BRANCH_CI: "latest"

0 comments on commit e3473d8

Please sign in to comment.