Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix location of build arg
Browse files Browse the repository at this point in the history
TomAFrench authored and spalladino committed May 10, 2024

Verified

This commit was signed with the committer’s verified signature.
ScottGibb Scott Gibb
1 parent 85be248 commit 0ed1967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0ed1967

Please sign in to comment.