Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Dec 11, 2024
1 parent 47160c0 commit 23937e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/integration-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ on:
push:
branches:
- '**'

jobs:
test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-integration-tests: true
integration-tests-command: |
make build-ibcsim-bcd
make build-babylond
make test-e2e-bcd-consumer-integration
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build IBC Simulator BCD Image
run: make build-ibcsim-bcd

- name: Build Babylond Image
run: make build-babylond

- name: Run Integration Tests
run: make test-e2e-bcd-consumer-integration
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ start-bcd-consumer-integration:
$(MAKE) -C contrib/images start-bcd-consumer-integration

test-e2e-bcd-consumer-integration: start-bcd-consumer-integration
@chmod -R 777 contrib/images/ibcsim-bcd/.testnets
@cd tests/e2e
@go test -count 1 -run TestBCDConsumerIntegrationTestSuite -mod=readonly -timeout=60m -v github.com/babylonlabs-io/babylon-sdk/tests/e2e --tags=e2e
@go test -run TestBCDConsumerIntegrationTestSuite -mod=readonly -timeout=60m -v github.com/babylonlabs-io/babylon-sdk/tests/e2e --tags=e2e
@cd -

0 comments on commit 23937e9

Please sign in to comment.