Skip to content

Commit

Permalink
Update path references to reflect new location
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 27, 2023
1 parent f4dbc7e commit 980f699
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cocoapods-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cocoapods-integration
on:
pull_request:
paths:
- 'CocoapodsIntegrationTest/**'
- 'IntegrationTesting/CocoapodsIntegrationTest/**'
- '.github/workflows/cocoapods-integration.yml'
- 'Gemfile*'
schedule:
Expand All @@ -29,6 +29,6 @@ jobs:
run: brew install coreutils
- name: Build and test
run: |
scripts/third_party/travis/retry.sh ./CocoapodsIntegrationTest/scripts/build_with_environment.sh \
--gemfile=./CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Gemfile \
--podfile=./CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile
scripts/third_party/travis/retry.sh ./IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh \
--gemfile=./IntegrationTesting/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Gemfile \
--podfile=./IntegrationTesting/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile
3 changes: 2 additions & 1 deletion scripts/check_imports.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ let skipDirPatterns = ["/Sample/", "/Pods/",
"FirebaseDynamicLinks/Tests/Integration",
"FirebaseInAppMessaging/Tests/Integration/",
"SymbolCollisionTest/", "/gen/",
"CocoapodsIntegrationTest/", "FirebasePerformance/Tests/TestApp/",
"IntegrationTesting/CocoapodsIntegrationTest/",
"FirebasePerformance/Tests/TestApp/",
"cmake-build-debug/", "build/", "ObjCIntegration/",
"FirebasePerformance/Tests/FIRPerfE2E/"] +
[
Expand Down

0 comments on commit 980f699

Please sign in to comment.