Skip to content

Commit

Permalink
Use self-hosted runner for ibctest integration tests (cosmos#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin authored and TxCorpi0x committed Oct 7, 2022
1 parent ac6d59e commit 8bd0de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ibctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
events:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
Expand All @@ -29,7 +29,7 @@ jobs:
- name: ibctest
run: make ibctest-docker-events
legacy:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
Expand Down

0 comments on commit 8bd0de4

Please sign in to comment.