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 3131 include :
3232 - os : macos-12
3333 xcode : Xcode_14.2
34+ tests : --test-specs=unit
3435 - os : macos-13
3536 xcode : Xcode_15.0.1
37+ tests : --skip-tests
3638 runs-on : ${{ matrix.os }}
3739 steps :
3840 - uses : actions/checkout@v3
4244 - name : Xcode
4345 run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
4446 - 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 }}
4648
4749 integration :
4850 # Don't run on private repo unless it is a PR.
You can’t perform that action at this time.
0 commit comments