diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 859d3b1cf..40005d2a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,17 @@ on: 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 - + runs-on: ubuntu-latest + steps: + - uses: jlumbroso/free-disk-space@main + # - 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