File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 args : --strict
2828 env :
2929 DIFF_BASE : ${{ github.base_ref }}
30- Old :
31- name : Test Old (iOS, macOS, tvOS, watchOS)
32- runs-on : macOS-11
33- env :
34- DEVELOPER_DIR : " /Applications/Xcode_13.2.app/Contents/Developer"
35- timeout-minutes : 10
36- strategy :
37- fail-fast : false
38- matrix :
39- include :
40- - destination : " OS=13.1,name=iPhone 12 Pro"
41- name : " iOS"
42- scheme : " Validator-Package"
43- sdk : iphonesimulator
44- - destination : " OS=13.1,name=Apple TV"
45- name : " tvOS"
46- scheme : " Validator-Package"
47- sdk : appletvsimulator
48- - destination : " OS=7,name=Apple Watch Series 6 (40mm)"
49- name : " watchOS"
50- scheme : " Validator-Package"
51- sdk : watchsimulator
52- - destination : " platform=macOS"
53- name : " macOS"
54- scheme : " Validator-Package"
55- sdk : macosx
56- steps :
57- - uses : actions/checkout@v3
58- - name : ${{ matrix.name }}
59- run : xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean | xcpretty
6030 Latest :
6131 name : Test Latest (iOS, macOS, tvOS, watchOS)
6232 runs-on : macOS-12
You can’t perform that action at this time.
0 commit comments