File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ jobs:
48
48
matrix :
49
49
target : [tvOS, macOS, catalyst]
50
50
# Full set of Firebase-Package tests only run on iOS because of Analytics.
51
- test : [objc-import-test, swift-test, version-test]
52
51
steps :
53
52
- uses : actions/checkout@v2
54
53
- name : Initialize xcodebuild
55
54
run : scripts/setup_spm_tests.sh
56
- - name : Unit Tests
57
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh ${{ matrix.test }} ${{ matrix.target }} spm
55
+ - name : Objc Import Tests
56
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh objc-import-test ${{ matrix.target }} spm
57
+ - name : Swift Tests
58
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh swift-test ${{ matrix.target }} spm
59
+ - name : Version Tests
60
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
You can’t perform that action at this time.
0 commit comments