Skip to content

Commit

Permalink
update ci interchain
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Jan 29, 2024
1 parent f52d121 commit 2742e91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/interchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
core:local
test-terra-start:
runs-on: ubuntu-latest
needs: build-and-push-image
needs: build-image
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand All @@ -45,7 +45,7 @@ jobs:

test-ibc-transfer:
runs-on: ubuntu-latest
needs: build-and-push-image
needs: build-image
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand All @@ -60,7 +60,7 @@ jobs:

test-ibc-hooks:
runs-on: ubuntu-latest
needs: build-and-push-image
needs: build-image
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand All @@ -75,7 +75,7 @@ jobs:

test-ibc-pfm:
runs-on: ubuntu-latest
needs: build-and-push-image
needs: build-image
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand All @@ -90,7 +90,7 @@ jobs:

test-validator:
runs-on: ubuntu-latest
needs: build-and-push-image
needs: build-image
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
Expand Down

0 comments on commit 2742e91

Please sign in to comment.