chore: optimize workflows to avoid building components each time
This commit is contained in:
2
.github/workflows/mobile.release.dev.yml
vendored
2
.github/workflows/mobile.release.dev.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- run: yarn build:mobile
|
||||
- name: fastlane
|
||||
uses: maierj/fastlane-action@v1.4.0
|
||||
env:
|
||||
@@ -62,6 +63,7 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
- name: Install dependencies
|
||||
run: yarn install && yarn install:pods
|
||||
- run: yarn build:mobile
|
||||
- name: Set ssh connection to Github
|
||||
uses: webfactory/ssh-agent@v0.4.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user