Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ e2e-tests:
FROM ../+end-to-end
RUN yarn test ./src/e2e

flakey-e2e-tests:
FROM ../+end-to-end
RUN yarn test --passWithNoTests ./src/flakey || true

e2e-sandbox-example:
ARG e2e_mode=local
DO +E2E_TEST --test=e2e_sandbox_example.test.ts --e2e_mode=$e2e_mode
Expand Down