Try again

This commit is contained in:
Zhiyuan Zheng 2021-02-02 23:16:38 +01:00
parent 07b34af143
commit d0a88f990d
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: -- Step 3 -- Setup ruby
uses: actions/setup-ruby@v1
- name: -- Step 4 -- Install dependencies
- name: -- Step 3 -- Install node dependencies
run: yarn install
- name: -- Step 5 -- Install native dependencies
- name: -- Step 4 -- Install native dependencies
run: npx pod-install
- name: -- Step 5 -- Install ruby dependencies
run: bundle install
- name: -- Step 6 -- Run fastlane
env:
TOOOT_ENVIRONMENT: staging