chore(buildtools): enable --frozen-lockfile yarn flag (#1005)

that is required for reproducible dependencies which is usually common on CI
This commit is contained in:
Stanislav Shakirov 2019-11-13 12:58:27 +03:00 committed by Thibault Malbranche
parent 30d63a1773
commit 351adba284
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup - Install Yarn
run: YARN_GPG=NO curl -o- -L https://yarnpkg.com/install.sh | bash
- name: Setup - Install NPM Dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Setup - Install CocoaPods CLI
run: sudo gem install cocoapods -v 1.8.4
- name: Run tests