Skip to content

Commit 05f0a1c

Browse files
authored
[Infra] Move CocoapodsIntegrationTest/ out of repo root (#12221)
1 parent 393d768 commit 05f0a1c

File tree

19 files changed

+42
-41
lines changed

19 files changed

+42
-41
lines changed

.github/workflows/cocoapods-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cocoapods-integration
33
on:
44
pull_request:
55
paths:
6-
- 'CocoapodsIntegrationTest/**'
6+
- 'IntegrationTesting/CocoapodsIntegrationTest/**'
77
- '.github/workflows/cocoapods-integration.yml'
88
- 'Gemfile*'
99
schedule:
@@ -29,6 +29,6 @@ jobs:
2929
run: brew install coreutils
3030
- name: Build and test
3131
run: |
32-
scripts/third_party/travis/retry.sh ./CocoapodsIntegrationTest/scripts/build_with_environment.sh \
33-
--gemfile=./CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Gemfile \
34-
--podfile=./CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile
32+
scripts/third_party/travis/retry.sh ./IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh \
33+
--gemfile=./IntegrationTesting/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Gemfile \
34+
--podfile=./IntegrationTesting/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile

CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile

Lines changed: 0 additions & 36 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)