diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccd09ae..07a84ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.11.2 with: run-unit-tests: true - run-integration-tests: true + run-integration-tests: false integration-tests-command: | make test-e2e @@ -21,4 +21,4 @@ jobs: with: publish: false dockerfile: ./contrib/images/local-bcd/Dockerfile - repoName: babylon-sdk \ No newline at end of file + repoName: babylon-sdk