Skip to content

Commit

Permalink
chore(buildtools): enable --frozen-lockfile yarn flag (react-native-w…
Browse files Browse the repository at this point in the history
…ebview#1005)

that is required for reproducible dependencies which is usually common on CI
  • Loading branch information
punksta authored and Titozzz committed Nov 13, 2019
1 parent 30d63a1 commit 351adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 351adba

Please sign in to comment.