Skip to content

Remove circleCI and update the on push condition #8

Remove circleCI and update the on push condition

Remove circleCI and update the on push condition #8

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
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@hiep/add-reusable-workflows
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond