adjustments
This commit is contained in:
parent
78c780b3b6
commit
ede7a752c4
2 changed files with 6 additions and 6 deletions
11
.github/workflows/deploy_to_firebase.yml
vendored
11
.github/workflows/deploy_to_firebase.yml
vendored
|
|
@ -70,20 +70,19 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby & Fastlane
|
||||||
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
|
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.2.1'
|
ruby-version: '3.2.1'
|
||||||
- name: Setup Fastlane
|
bundler-cache: true
|
||||||
working-directory: ./ios
|
working-directory: ./ios
|
||||||
run: bundle install
|
|
||||||
- name: node_modules cache
|
- name: node_modules cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
id: npm-cache
|
id: npm-cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
|
restore-keys: ${{ runner.os }}-npm-
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: pod install cache
|
- name: pod install cache
|
||||||
|
|
@ -92,7 +91,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ios/Pods
|
path: ios/Pods
|
||||||
key: ${{ runner.os }}-pod-${{ hashFiles('ios/Podfile.lock') }}
|
key: ${{ runner.os }}-pod-${{ hashFiles('ios/Podfile.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-pod-${{ hashFiles('ios/Podfile.lock') }}
|
restore-keys: ${{ runner.os }}-pod-
|
||||||
- name: Install iOS Dependencies
|
- name: Install iOS Dependencies
|
||||||
working-directory: ./ios
|
working-directory: ./ios
|
||||||
run: pod install
|
run: pod install
|
||||||
|
|
|
||||||
|
|
@ -214,6 +214,7 @@ GEM
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
arm64-darwin-22
|
arm64-darwin-22
|
||||||
|
x86_64-darwin-19
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
fastlane
|
fastlane
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue