File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed
Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 2828 env :
2929 SWIFT_DOC_VERSION : ' 1.0.0-rc.1'
3030 steps :
31-
3231 - name : Checkout
3332 uses : actions/checkout@v2
3433
3938 - name : Set up Node
4039 uses : actions/setup-node@v4
4140 with :
42- node-version : ' 20'
43-
44- - name : Carthage Bootstrap
45- run : carthage bootstrap --use-xcframeworks
46-
47- # - name: iOS Tests
48- # run: |
49- # xcodebuild test \
50- # -project Experiment.xcodeproj \
51- # -scheme Experiment \
52- # -sdk iphonesimulator \
53- # -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.1'
54- #
55- # - name: macOS Tests
56- # run: |
57- # xcodebuild \
58- # -project Experiment.xcodeproj \
59- # -scheme Experiment \
60- # -sdk macosx \
61- # -destination 'platform=macosx' \
62- # test
63- #
64- # - name: tvOS Tests
65- # run: |
66- # xcodebuild \
67- # -project Experiment.xcodeproj \
68- # -scheme Experiment \
69- # -sdk appletvsimulator \
70- # -destination 'platform=tvOS Simulator,name=Apple TV' \
71- # test
41+ node-version : " 20"
7242
7343 - name : Validate Podfile
7444 run : pod lib lint --allow-warnings --verbose
11080 -p @google/semantic-release-replace-plugin \
11181 -p @semantic-release/exec \
11282 semantic-release
113-
You can’t perform that action at this time.
0 commit comments