From 0ed1967f97f295b7a90762dfd5c0cc503aa02f9e Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Fri, 10 May 2024 13:38:54 +0000 Subject: [PATCH] chore: fix location of build arg --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 595912a6591..f63748d9774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,9 +105,8 @@ jobs: run: earthly-ci -P \ --secret AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \ --secret AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \ - --e2e_mode=ci \ --no-output \ - +${{ matrix.test }} --skip_build=true + +${{ matrix.test }} --e2e_mode=ci --skip_build=true bench-summary: needs: e2e