Update go.yml

This commit is contained in:
Pierre Balzack 2022-12-31 10:12:29 -08:00 committed by GitHub
parent 2a662a8d0c
commit 258f0a833b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,11 @@ jobs:
cd net/web cd net/web
yarn jest yarn jest
- name: Jest ReactNative
run: |
cd app/mobile
yarn jest
- name: Export - name: Export
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: