File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4343 run : xcodebuild -list
4444 - name : iOS Unit Tests
4545 # TODO(aashishpatil-g): Change from spmbuildonly to spm when unit tests are fixed.
46- run : scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect ${{ matrix.target }} spmbuildonly
46+ run : scripts/third_party/travis/retry.sh scripts/build.sh FirebaseDataConnect ${{ matrix.target }} spm
Original file line number Diff line number Diff line change @@ -50,13 +50,9 @@ let package = Package(
5050 path: " Sources "
5151 ) ,
5252 . testTarget(
53- name: " FirebaseDataConnectTests " ,
53+ name: " FirebaseDataConnectUnit " ,
5454 dependencies: [ " FirebaseDataConnect " ] ,
55- path: " Tests " ,
56- exclude: [ " Gen/KitchenSink/Package.swift " ] ,
57- resources: [
58- . copy( " Resources/fdc-kitchensink " ) ,
59- ]
55+ path: " Tests/Unit "
6056 ) ,
6157 ]
6258)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments