Skip to content

Commit

Permalink
skip installing pods
Browse files Browse the repository at this point in the history
  • Loading branch information
radeva committed Aug 6, 2024
1 parent d284165 commit a6db783
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ jobs:
set -euxo pipefail
yarn install --frozen-lockfile
- name: Cache Pods
uses: actions/cache@v4
id: pods-cache
with:
path: ./ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
# - name: Cache Pods
# uses: actions/cache@v4
# id: pods-cache
# with:
# path: ./ios/Pods
# key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}

- name: Install pods
working-directory: ios
env:
NO_FLIPPER: 1
run: |
set -euxo pipefail
bundle exec pod install
# - name: Install pods
# working-directory: ios
# env:
# NO_FLIPPER: 1
# run: |
# set -euxo pipefail
# bundle exec pod install

- name: Run eslint
run: |
Expand Down

0 comments on commit a6db783

Please sign in to comment.