Skip to content

Commit

Permalink
add integration e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Dec 11, 2024
1 parent 09374bd commit 9f953e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: integration-e2e

on:
push:
branches:
- '**'

jobs:
test:
uses: babylonchain/.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

0 comments on commit 9f953e6

Please sign in to comment.