Skip to content

Commit 5bb4b96

Browse files
committed
Typo
1 parent be7ff2d commit 5bb4b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
with:
259259
trunk-org-slug: smartcontractkit
260260
trunk-token: ${{ secrets.TRUNK_API_KEY }}
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 }}
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 }}
262262
env:
263263
CL_DATABASE_URL: ${{ env.DB_URL }}
264264

0 commit comments

Comments
 (0)