chore: add multiple fpd connecting to one eotsd in e2e tests #477
Workflow file for this run
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
name: ci | |
on: | |
pull_request: | |
branches: | |
- '**' | |
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 | |
run-build: true | |
run-gosec: true | |
gosec-args: "-exclude-generated -exclude-dir=itest -exclude-dir=testutil ./..." | |
docker_pipeline: | |
uses: babylonlabs-io/.github/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
publish: false | |
dockerfile: ./Dockerfile | |
repoName: finality-provider |