From 258f0a833b877cb796f500644286da25a292bdd2 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Sat, 31 Dec 2022 10:12:29 -0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c468978..168c7bcb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,6 +50,11 @@ jobs: cd net/web yarn jest + - name: Jest ReactNative + run: | + cd app/mobile + yarn jest + - name: Export uses: actions/upload-artifact@v3 with: