Skip to content

Commit 4f042f0

Browse files
committed
these are legacy tests at this point, so I'm not going to maintain the quirky CI for the iOS tests, but they still work locally
1 parent 7fcd421 commit 4f042f0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/iostest.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,46 +16,46 @@ jobs:
1616
run: docker run --rm -v $(pwd):/documents/ --name asciidoc-to-html heckj/docker-asciidoctor asciidoctor -v -t -D /documents/output -r ./docs/lib/google-analytics-docinfoprocessor.rb docs/using-combine-book.adoc
1717
# results to appear in the directory 'output'
1818

19-
build:
19+
# build:
2020

21-
runs-on: macos-14
21+
# runs-on: macos-14
2222
#env:
2323
# sets the version of Xcode to utilize within the VM for all steps
2424
# DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
25-
steps:
26-
- uses: actions/checkout@v2
25+
# steps:
26+
# - uses: actions/checkout@v2
2727

2828
# - name: docker version
2929
# run: docker -v
3030

3131
# - name: docker help
3232
# run: docker --help
3333

34-
- name: Show what's in Applications
35-
run: ls -al /Applications
34+
# - name: Show what's in Applications
35+
# run: ls -al /Applications
3636

3737
# - name: xcodebuild --help
3838
# run: xcodebuild --help
3939

40-
- name: xcodebuild --showsdks
41-
run: xcodebuild -showsdks
40+
# - name: xcodebuild --showsdks
41+
# run: xcodebuild -showsdks
4242

4343
# - name: xcodebuild -showBuildSettings
4444
# run: xcodebuild -showBuildSettings
4545

4646
# - name: xcodebuild -showTestPlans
4747
# run: xcodebuild -showTestPlans
4848

49-
- name: xcodebuild -list
50-
run: xcodebuild -list
49+
# - name: xcodebuild -list
50+
# run: xcodebuild -list
5151

52-
- name: Show available destinations
53-
run: xcodebuild -scheme SwiftUI-Notes -showdestinations
52+
# - name: Show available destinations
53+
# run: xcodebuild -scheme SwiftUI-Notes -showdestinations
5454

55-
- name: Run the Combine test suite (iOS)
56-
run: |
57-
xcodebuild -scheme SwiftUI-Notes \
58-
-configuration Debug \
59-
-sdk iphonesimulator17.0 \
60-
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
61-
test -showBuildTimingSummary
55+
# - name: Run the Combine test suite (iOS)
56+
# run: |
57+
# xcodebuild -scheme SwiftUI-Notes \
58+
# -configuration Debug \
59+
# -sdk iphonesimulator17.0 \
60+
# -destination 'platform=iOS Simulator,OS=17.5,name=iPhone 14' \
61+
# test -showBuildTimingSummary

0 commit comments

Comments
 (0)