Skip to content

Commit 3d6e090

Browse files
authored
Update pull_request.yml
1 parent d2bb38c commit 3d6e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Pod install
13-
run: pod install --repo-update
13+
run: pod install --project-directory=Example --repo-update
1414
- name: Run test
1515
run: set -o pipefail && xcodebuild -workspace Example/RxController.xcworkspace -scheme RxController -sdk iphonesimulator build CODE_SIGNING_REQUIRED=NO | xcpretty -c

0 commit comments

Comments
 (0)