post install scripts are needed for cypress

This commit is contained in:
Moody Salem 2020-05-26 10:07:32 -04:00
parent e75bf8d003
commit da4ca73a1d
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install --ignore-scripts --frozen-lockfile
- run: yarn install
- run: yarn integration-test
unit-tests: