From c173463f54fce02b8c908cfc881fbdb27764b17a Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:19:04 -0800 Subject: [PATCH] Update ci.yml --- .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 91c79b2c..e80c93fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Jest ReactJs run: | cd net/web - yarn jest + yarn jest --silent - name: Jest ReactNative run: |