We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bb38c commit 3d6e090Copy full SHA for 3d6e090
.github/workflows/pull_request.yml
@@ -10,6 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: Pod install
13
- run: pod install --repo-update
+ run: pod install --project-directory=Example --repo-update
14
- name: Run test
15
run: set -o pipefail && xcodebuild -workspace Example/RxController.xcworkspace -scheme RxController -sdk iphonesimulator build CODE_SIGNING_REQUIRED=NO | xcpretty -c
0 commit comments