Fix Jest github workflow

This commit is contained in:
Abhishek Gahlot 2020-08-17 20:08:15 +05:30
parent d87613399e
commit b9eadb3b39

View File

@ -6,6 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
run: |
cd packages/portal
yarn
- name: Run tests
run: yarn test -u
run: |
cd packages/portal
yarn test -u