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