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
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
- name: -- Step 3 -- Setup ruby
|
- name: -- Step 3 -- Install node dependencies
|
||||||
uses: actions/setup-ruby@v1
|
|
||||||
- name: -- Step 4 -- Install dependencies
|
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: -- Step 5 -- Install native dependencies
|
- name: -- Step 4 -- Install native dependencies
|
||||||
run: npx pod-install
|
run: npx pod-install
|
||||||
|
- name: -- Step 5 -- Install ruby dependencies
|
||||||
|
run: bundle install
|
||||||
- name: -- Step 6 -- Run fastlane
|
- name: -- Step 6 -- Run fastlane
|
||||||
env:
|
env:
|
||||||
TOOOT_ENVIRONMENT: staging
|
TOOOT_ENVIRONMENT: staging
|
||||||
|
|
Loading…
Reference in New Issue