-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e2e: moving integration e2e to babylon-sdk #68
Conversation
Part of babylonlabs-io/babylon-sdk#64 This PR removes all e2e tests related to BTC staking integration. These tests will then be put in babylon-sdk repository ([PR](babylonlabs-io/babylon-sdk#68))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great work.
|
||
- name: Build IBC Simulator BCD Image | ||
run: make build-ibcsim-bcd | ||
|
||
- name: Build Babylond Image | ||
run: make build-babylond | ||
|
||
- name: Cache Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.23 | ||
|
||
- name: Run Integration Tests | ||
run: sudo make test-e2e-bcd-consumer-integration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to create a comprehensive test-e2e
target in the Makefile, and call it from here. I'm pushing a companion / follow-up PR with some small improvements, if you don't mind.
Update: #70.
Resolves #64