From b80eec7a2d09b0c507bd4595a075ee1c96b3ec87 Mon Sep 17 00:00:00 2001 From: hiepmai-babylonchain <167088365+hiepmai-babylonchain@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:06:17 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 328a280f..1b88b512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,6 @@ jobs: run-unit-tests: true run-integration-tests: true run-lint: true - integration-tests-command: | - sudo apt update - sudo make test-e2e docker_pipeline: needs: ["lint_test"]