diff --git a/.github/workflows/cocoapods-integration.yml b/.github/workflows/cocoapods-integration.yml index 24848968a79..c182ff0701d 100644 --- a/.github/workflows/cocoapods-integration.yml +++ b/.github/workflows/cocoapods-integration.yml @@ -3,7 +3,7 @@ name: cocoapods-integration on: pull_request: paths: - - 'CocoapodsIntegrationTest/**' + - 'IntegrationTesting/CocoapodsIntegrationTest/**' - '.github/workflows/cocoapods-integration.yml' - 'Gemfile*' schedule: @@ -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 diff --git a/scripts/check_imports.swift b/scripts/check_imports.swift index 5db866dd3d9..04e84aea876 100755 --- a/scripts/check_imports.swift +++ b/scripts/check_imports.swift @@ -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/"] + [