Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Aug 5, 2023
1 parent d342f16 commit 0a47007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ibc-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Test finschia to finschia
run: |
rm -rf .git
cd ibc_e2e
make build-docker
make test-fnsa-fnsa-in-docker
Expand All @@ -21,8 +22,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test finschia to finschia
- name: Test finschia to gaia
run: |
rm -rf .git
cd ibc_e2e
make build-docker
make test-fnsa-gaia-in-docker
2 changes: 1 addition & 1 deletion ibc_e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ clean-all:
clean-data:
@rm -rf data

.PHONY: echo test-fnsa-fnsa test-fnsa-gaia clean-all clean-data
.PHONY: test-fnsa-fnsa test-fnsa-gaia clean-all clean-data

0 comments on commit 0a47007

Please sign in to comment.