|
|
|
|
13
|
- name: Setup - Install Yarn
|
13
|
- name: Setup - Install Yarn
|
14
|
run: YARN_GPG=NO curl -o- -L https://yarnpkg.com/install.sh | bash
|
14
|
run: YARN_GPG=NO curl -o- -L https://yarnpkg.com/install.sh | bash
|
15
|
- name: Setup - Install NPM Dependencies
|
15
|
- name: Setup - Install NPM Dependencies
|
16
|
- run: yarn
|
|
|
|
|
16
|
+ run: yarn --frozen-lockfile
|
17
|
- name: Setup - Install CocoaPods CLI
|
17
|
- name: Setup - Install CocoaPods CLI
|
18
|
run: sudo gem install cocoapods -v 1.8.4
|
18
|
run: sudo gem install cocoapods -v 1.8.4
|
19
|
- name: Run tests
|
19
|
- name: Run tests
|