Skip to content

Commit

Permalink
move away from +get to +build
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored and charlielye committed Apr 5, 2024
1 parent 4b3127a commit 6a3be9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Test
working-directory: ./yarn-project/end-to-end/
run: |
earthly -P --no-output +${{ matrix.test }}
earthly -P --no-output +${{ matrix.test }} --e2e_mode=cache
# barretenberg (prover) native tests
bb-native-tests:
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ E2E_TEST_LOCAL:
WITH DOCKER \
--load aztecprotocol/aztec:latest=../+aztec \
--load aztecprotocol/end-to-end:latest=../+end-to-end \
--load ghcr.io/foundry-rs/foundry:nightly-de33b6af53005037b463318d2628b5cfcaf39916=../../foundry/+get
--load ghcr.io/foundry-rs/foundry:nightly-de33b6af53005037b463318d2628b5cfcaf39916=../../foundry/+build
# Run our docker compose, ending whenever sandbox ends, filtering out noisy eth_getLogs
RUN docker compose -f $compose_file up --exit-code-from=end-to-end --force-recreate
END
Expand Down

0 comments on commit 6a3be9c

Please sign in to comment.