From ff57ec94121106a4e949b52767b6d917d91cfcf6 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Tue, 20 Aug 2024 20:14:41 -0700 Subject: [PATCH] fix --- .github/workflows/ccip-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccip-integration-test.yml b/.github/workflows/ccip-integration-test.yml index 9151036ff..89036d252 100644 --- a/.github/workflows/ccip-integration-test.yml +++ b/.github/workflows/ccip-integration-test.yml @@ -67,8 +67,8 @@ jobs: CL_DATABASE_URL: ${{ env.DB_URL }} - name: Run ccip v2 integration deployment test run: | - cd $GITHUB_WORKSPACE/ccip - go test -v ./integration-tests/deployment/... + cd $GITHUB_WORKSPACE/ccip/integration-tests + go test -v ./deployment/... EXITCODE=${PIPESTATUS[0]} if [ $EXITCODE -ne 0 ]; then echo "Deployment test failed"