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 1abbd1c commit e954871Copy full SHA for e954871
.github/workflows/blank.yml
@@ -9,9 +9,10 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
- - name: Run a one-line script
13
- run: echo Hello, world!
+ - name: Install cocoapods
+ run: gem install cocoapods
14
- name: Run a multi-line script
15
run: |
16
- echo Add other actions to build,
17
- echo test, and deploy your project.
+ xcodebuild -project WebLinking.xcodeproj -scheme WebLinking test -sdk macosx | xcpretty
+ xcodebuild -project WebLinking.xcodeproj -scheme WebLinking test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
18
+ pod lib lint --quick
0 commit comments