From 5d6fbf149c6b4f0faf7e97d6b9bb04d358a00f13 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Fri, 13 Dec 2024 11:50:02 +0100 Subject: [PATCH] Use e2e test target in CI --- .github/workflows/integration-e2e.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/integration-e2e.yml b/.github/workflows/integration-e2e.yml index cb0e1de..979fa69 100644 --- a/.github/workflows/integration-e2e.yml +++ b/.github/workflows/integration-e2e.yml @@ -10,17 +10,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - - name: Build IBC Simulator BCD Image - run: make build-ibcsim-bcd - - - name: Build Babylond Image - run: make build-babylond - - name: Cache Go uses: actions/setup-go@v5 with: go-version: 1.23 - - name: Run Integration Tests - run: sudo make test-e2e-bcd-consumer-integration + run: sudo make test-e2e