Skip to content

Commit e954871

Browse files
authored
Update blank.yml
1 parent 1abbd1c commit e954871

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Run a one-line script
13-
run: echo Hello, world!
12+
- name: Install cocoapods
13+
run: gem install cocoapods
1414
- name: Run a multi-line script
1515
run: |
16-
echo Add other actions to build,
17-
echo test, and deploy your project.
16+
xcodebuild -project WebLinking.xcodeproj -scheme WebLinking test -sdk macosx | xcpretty
17+
xcodebuild -project WebLinking.xcodeproj -scheme WebLinking test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
18+
pod lib lint --quick

0 commit comments

Comments
 (0)