Skip to content

Commit

Permalink
minor: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 18, 2023
1 parent bc56e48 commit 9499ec1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/local-interchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:

jobs:
build:
runs-on: ubuntu-latest
name: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./local-interchain
Expand All @@ -37,8 +37,8 @@ jobs:
path: ~/go/bin/local-ic


rust:
name: rust e2e
rust-e2e:
name: rust
needs: build
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Cleanup
run: killall local-ic && exit 0

python:
name: e2e tests
python-e2e:
name: python
needs: build
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Make local-ic executable
run: chmod +x /tmp/local-ic

- name: Start background ibc local-interchain
- name: Start background ibc local-interchain
run: /tmp/local-ic start juno_ibc --api-port ${{ matrix.test[1] }} &

- name: Run Python Script
Expand Down

0 comments on commit 9499ec1

Please sign in to comment.