From 43b94d4b87a31354aacf952c6abe0fe2d3824b26 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Fri, 13 Dec 2024 12:58:21 +0100 Subject: [PATCH] Disable duplicated e2e test call --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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