Skip to content

Commit

Permalink
ci run relayer and ibc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loin3 committed Jul 31, 2023
1 parent d73fa16 commit b02a416
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/finschia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Build
run: yarn build

- name: start finschia
run: CI= scripts/finschia/start.sh
- name: start finschia with relayer
run: |
cd scripts/with-ibc
docker-compose up -d
- name: init contract on finschia
run: scripts/finschia/init.sh
run: scripts/with-ibc/finschia/init.sh

- name: Unit Test
run: |
cd packages/finschia
SIMAPP_ENABLED=true yarn run test
run: SIMAPP_ENABLED=true IBC_ENABLED=true yarn run test

0 comments on commit b02a416

Please sign in to comment.