diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 352fb61e..26bc5153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,7 @@ jobs: run-unit-tests: true run-integration-tests: true run-lint: true - integration-tests-command: | - "sudo make test-e2e" + integration-tests-command: "sudo make test-e2e" docker_pipeline: uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows