File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments