-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e): run babylond in docker (#52)
Instead of managing babylond as a process, we run it in a Docker container. This will make e2e tests more consistent as bitcoind is also running in Docker and will enable us to run tests in parallel with `t.Parallel` (next PR). [References issue](#25)
- Loading branch information
Showing
10 changed files
with
195 additions
and
2,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,27 +3,27 @@ name: docker_publish | |
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- 'main' | ||
tags: | ||
- '*' | ||
- '*' | ||
|
||
jobs: | ||
lint_test: | ||
uses: babylonlabs-io/.github/.github/workflows/[email protected] | ||
with: | ||
go-version: '1.23' | ||
go-lint-version: 'v1.60.2' | ||
run-unit-tests: true | ||
run-integration-tests: true | ||
run-lint: true | ||
install-dependencies-command: | | ||
sudo apt-get update | ||
sudo apt-get install -y libzmq3-dev | ||
go-version: '1.23' | ||
go-lint-version: 'v1.60.2' | ||
run-unit-tests: true | ||
run-integration-tests: true | ||
run-lint: true | ||
install-dependencies-command: | | ||
sudo apt-get update | ||
sudo apt-get install -y libzmq3-dev | ||
docker_pipeline: | ||
needs: ["lint_test"] | ||
uses: babylonlabs-io/.github/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
publish: true | ||
publish: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.