File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 31
31
include :
32
32
- os : macos-12
33
33
xcode : Xcode_14.2
34
+ tests : --test-specs=unit
34
35
- os : macos-13
35
36
xcode : Xcode_15.0.1
37
+ tests : --skip-tests
36
38
runs-on : ${{ matrix.os }}
37
39
steps :
38
40
- uses : actions/checkout@v3
42
44
- name : Xcode
43
45
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
44
46
- name : Build and test
45
- run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDatabase.podspec --test-specs=unit --platforms=${{ matrix.target }}
47
+ run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDatabase.podspec ${{ matrix.tests }} --platforms=${{ matrix.target }}
46
48
47
49
integration :
48
50
# Don't run on private repo unless it is a PR.
You can’t perform that action at this time.
0 commit comments