Skip to content
Open
Changes from all commits
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: 3 additions & 3 deletions .github/workflows/interchaintest-E2E.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: go

- name: checkout chain
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: make ictest-basic
env:
Expand All @@ -90,7 +90,7 @@ jobs:
id: go

- name: checkout chain
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: make ictest-ibc
env:
Expand All @@ -107,7 +107,7 @@ jobs:
id: go

- name: checkout chain
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: make ictest-upgrade
env:
Expand Down