Skip to content

Commit dedd2c4

Browse files
committed
Remove CocoaPods related steps from the PR GitHub Action
1 parent 64fa94f commit dedd2c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ios.yml

-8
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,9 @@ jobs:
3030
runs-on: ${{ matrix.macos }}
3131
steps:
3232
- uses: actions/checkout@v3
33-
- uses: actions/cache@v2
34-
with:
35-
path: Pods
36-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
37-
restore-keys: |
38-
${{ runner.os }}-pods-
3933
- uses: maxim-lobanov/setup-xcode@v1
4034
with:
4135
xcode-version: ${{ matrix.xcode }}
42-
- name: CocoaPod Install
43-
run: pod install
4436
- name: Build and Test
4537
run: |
4638
xcodebuild test \

0 commit comments

Comments
 (0)