Skip to content

Commit d5e2707

Browse files
committed
remove pod invocations from workflows
1 parent d17b490 commit d5e2707

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
run: |
1919
cp .github/GoogleService-Info-CI.plist firoptions/FiroptionConfiguration/GoogleService-Info.plist
2020
cd firoptions
21-
pod install --repo-update
2221
xcodebuild -workspace FiroptionConfiguration.xcworkspace clean build -scheme FiroptionConfiguration -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2322
env:
2423
destination: ${{ matrix.destination }}

.github/workflows/firestore.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
run: |
1919
cp .github/GoogleService-Info-CI.plist firestore/swift/firestore-smoketest/GoogleService-Info.plist
2020
cd firestore/swift
21-
pod install --repo-update
2221
xcodebuild -workspace firestore-smoketest.xcworkspace clean build -scheme firestore-smoketest -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2322
env:
2423
destination: ${{ matrix.destination }}
@@ -35,7 +34,6 @@ jobs:
3534
run: |
3635
cp .github/GoogleService-Info-CI.plist firestore/objc/GoogleService-Info.plist
3736
cd firestore/objc
38-
pod install --repo-update
3937
xcodebuild -workspace firestore-smoketest-objc.xcworkspace clean build -scheme firestore-smoketest-objc -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
4038
env:
4139
destination: ${{ matrix.destination }}

.github/workflows/installations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Build Swift snippets
1818
run: |
1919
cd installations/
20-
pod install --repo-update
2120
xcodebuild -workspace InstallationsSnippets.xcworkspace clean build -scheme InstallationsSnippets -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2221
env:
2322
destination: ${{ matrix.destination }}

0 commit comments

Comments
 (0)