From 17f09b6164244bb5905c78bc071ebd79a13900b4 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 23 Jul 2024 19:11:25 -0300 Subject: [PATCH] Add bot integration test to CI --- yarn-project/end-to-end/Earthfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 467edb6571a1..d9dae7c94e16 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -76,6 +76,9 @@ e2e-blacklist-token-contract: e2e-block-building: DO +E2E_TEST --test=./src/e2e_block_building.test.ts +e2e-bot: + DO +E2E_TEST --test=./src/e2e_bot.test.ts + e2e-card-game: DO +E2E_TEST --test=./src/e2e_card_game.test.ts