From fa6164eec5b97ba1000f2f6df30149c82b951bdf Mon Sep 17 00:00:00 2001 From: Makram Kamaleddine Date: Mon, 19 Aug 2024 20:18:52 +0300 Subject: [PATCH] fix checkout --- .github/workflows/ccip-integration-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ccip-integration-test.yml b/.github/workflows/ccip-integration-test.yml index 7c9d80bdb..8d4f8ac04 100644 --- a/.github/workflows/ccip-integration-test.yml +++ b/.github/workflows/ccip-integration-test.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout the chainlink-ccip repo uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - with: - path: chainlink-ccip - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: @@ -50,7 +48,7 @@ jobs: go get github.com/smartcontractkit/chainlink-ccip@${{ steps.get_sha.outputs.sha }} make gomodtidy - name: Setup Postgres - uses: $GITHUB_WORKSPACE/chainlink-ccip/.github/actions/setup-postgres + uses: ./.github/actions/setup-postgres - name: Download Go vendor packages run: | cd $GITHUB_WORKSPACE/ccip