We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2455bd commit 37473deCopy full SHA for 37473de
.github/workflows/ci.yml
@@ -258,7 +258,7 @@ jobs:
258
export EARTHLY_BUILD_ARGS="${{ env.EARTHLY_BUILD_ARGS }}"
259
./scripts/e2e_test.sh ${{ matrix.test }}
260
261
- earthly-ci +UPLOAD_LOGS --PULL_REQUEST=${{ github.event.pull_request.number }} --BRANCH=${{ github.ref_name }} --COMMIT_HASH=${{ env.GIT_COMMIT }}
+ ../../scripts/earthly-ci +UPLOAD_LOGS --PULL_REQUEST=${{ github.event.pull_request.number }} --BRANCH=${{ github.ref_name }} --COMMIT_HASH=${{ env.GIT_COMMIT }}
262
263
acir-bench:
264
runs-on: ubuntu-20.04
0 commit comments