Skip to content

Commit be7ff2d

Browse files
committed
Fix directory path
1 parent 0076358 commit be7ff2d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/ccip-integration-test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,19 +252,13 @@ jobs:
252252
go run github.com/smartcontractkit/chainlink/v2/core/store/cmd/preparetest
253253
env:
254254
CL_DATABASE_URL: ${{ env.DB_URL }}
255-
- name: "DEBUG: Directory"
256-
shell: bash
257-
run: |
258-
echo "DEBUG: Directory: $(pwd)"
259-
ls -la
260-
cd integration-tests/smoke/ccip
261255
- name: ${{ matrix.type.name }}
262256
# DEBUG: Using specific commit to figure out odd error
263-
uses: smartcontractkit/.github/actions/branch-out-upload@12849b949554672a493e663cbb9f55205344aff6
257+
uses: smartcontractkit/.github/actions/branch-out-upload@fe886e79324fc84f7a721fcea6994b03f57660f8
264258
with:
265259
trunk-org-slug: smartcontractkit
266260
trunk-token: ${{ secrets.TRUNK_API_KEY }}
267-
go-test-args: /integration-tests/smoke/ccip/${{ matrix.type.file }} ${{ matrix.type.run != '' && format('-run {0}', matrix.type.run) || '' }} -timeout ${{ matrix.type.timeout }}
261+
go-test-args: $GITHUB_WORKSPACE/chainlink/integration-tests/smoke/ccip/${{ matrix.type.file }} ${{ matrix.type.run != '' && format('-run {0}', matrix.type.run) || '' }} -timeout ${{ matrix.type.timeout }}
268262
env:
269263
CL_DATABASE_URL: ${{ env.DB_URL }}
270264

.github/workflows/test_smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
sleep 120 # wait for nodes to be ready, need a better way here
123123
- name: Smoke Tests
124124
# DEBUG: Using specific commit to figure out odd error
125-
uses: smartcontractkit/.github/actions/branch-out-upload@12849b949554672a493e663cbb9f55205344aff6
125+
uses: smartcontractkit/.github/actions/branch-out-upload@fe886e79324fc84f7a721fcea6994b03f57660f8
126126
with:
127127
trunk-org-slug: smartcontractkit
128128
trunk-token: ${{ secrets.TRUNK_API_KEY }}

0 commit comments

Comments
 (0)