Skip to content

Update ci.yml

Update ci.yml #3

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
jobs:
lint_test:
uses: hiepmai-babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
with:
run-unit-tests: true
run-integration-tests: false
run-lint: true
go-version: 1.21.4
docker_pipeline:
needs: ["lint_test"]
uses: hiepmai-babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile