Skip to content

Commit

Permalink
Disable duplicated e2e test call
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Dec 13, 2024
1 parent c13b6bc commit 43b94d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-integration-tests: false
integration-tests-command: |
make test-e2e
Expand All @@ -21,4 +21,4 @@ jobs:
with:
publish: false
dockerfile: ./contrib/images/local-bcd/Dockerfile
repoName: babylon-sdk
repoName: babylon-sdk

0 comments on commit 43b94d4

Please sign in to comment.