Skip to content

Commit

Permalink
chore: fix location of build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 10, 2024
1 parent 4dc16e7 commit 5ec6a32
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
Expand Up @@ -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
Expand Down

0 comments on commit 5ec6a32

Please sign in to comment.