From c62a9743b7f3ad7753fb3eccfe2bca907448d7d5 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:21:56 +0000 Subject: [PATCH] chore(ses): prevent lerna from swallowing Hermes VM logs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad428c6a6a..3884a8012c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,7 +246,7 @@ jobs: run: yarn build - name: Run SES/Hermes smoke test - run: yarn lerna run test:hermes + run: yarn test:hermes viable-release: name: viable-release