Skip to content

Commit

Permalink
Update .github/workflows/e2e.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Ruetschi <romain@informal.systems>
  • Loading branch information
adizere and romac authored Feb 3, 2021
1 parent b41811d commit 81af0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --workspace --all-targets
args: --workspace
- run: cp ./target/debug/hermes .
- name: Build relayer image
run: docker-compose -f ci/docker-compose.yml build relayer
- name: Start chains and relayer
run: docker-compose -f ci/docker-compose.yml up -d ibc-0 ibc-1 relayer
- name: Run relayer workflow
run: docker exec relayer /bin/sh -c /relayer/e2e.sh
run: docker exec relayer /bin/sh -c /relayer/e2e.sh

0 comments on commit 81af0b0

Please sign in to comment.