chore: add option to start with specific headers in e2e test init cha… #28
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: | |
push: | |
branches: | |
- '**' | |
jobs: | |
lint_test: | |
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0 | |
with: | |
run-unit-tests: true | |
run-integration-tests: true | |
run-lint: true | |
integration-tests-command: | | |
sudo make test-e2e | |
docker_pipeline: | |
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0 | |
secrets: inherit | |
with: | |
publish: false | |
dockerfile: ./contrib/images/babylond/Dockerfile | |
repoName: babylond |