File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
firebase-sessions/test-app Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 56
56
distribution : temurin
57
57
cache : gradle
58
58
59
+ - name : Add google-services.json
60
+ env :
61
+ INTEG_TESTS_GOOGLE_SERVICES : ${{ secrets.INTEG_TESTS_GOOGLE_SERVICES }}
62
+ run : |
63
+ echo $INTEG_TESTS_GOOGLE_SERVICES | base64 -d > google-services.json
64
+
59
65
- name : ${{ matrix.module }} Unit Tests
60
66
env :
61
67
FIREBASE_CI : 1
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ dependencies {
48
48
implementation(" com.google.android.material:material:1.8.0" )
49
49
}
50
50
51
- // extra["packageName"] = "com.google.firebase.testing.sessions"
52
- // apply(from = "../../gradle/googleServices.gradle")
51
+ extra[" packageName" ] = " com.google.firebase.testing.sessions"
52
+
53
+ apply (from = " ../../gradle/googleServices.gradle" )
You can’t perform that action at this time.
0 commit comments