Skip to content

Commit 37473de

Browse files
authored
fix: earthly-ci in bench-e2e (#9689)
1 parent c2455bd commit 37473de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
export EARTHLY_BUILD_ARGS="${{ env.EARTHLY_BUILD_ARGS }}"
259259
./scripts/e2e_test.sh ${{ matrix.test }}
260260
261-
earthly-ci +UPLOAD_LOGS --PULL_REQUEST=${{ github.event.pull_request.number }} --BRANCH=${{ github.ref_name }} --COMMIT_HASH=${{ env.GIT_COMMIT }}
261+
../../scripts/earthly-ci +UPLOAD_LOGS --PULL_REQUEST=${{ github.event.pull_request.number }} --BRANCH=${{ github.ref_name }} --COMMIT_HASH=${{ env.GIT_COMMIT }}
262262
263263
acir-bench:
264264
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)