mirror of https://github.com/tooot-app/app
Try again
This commit is contained in:
parent
07b34af143
commit
d0a88f990d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue