Missed a spot in the yarn tests

This commit is contained in:
Moody Salem 2020-05-26 09:59:59 -04:00
parent 9f07baaad2
commit 236f68a459
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
- run: yarn install --ignore-scripts --frozen-lockfile
- run: yarn integration-test
unit-tests: