We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8321667 commit 8053ceeCopy full SHA for 8053cee
.github/workflows/continuous-integration.yml
@@ -10,8 +10,7 @@ on:
10
branches:
11
- "master"
12
- "develop"
13
- tags-ignore:
14
- - skip-ci
+
15
jobs:
16
build:
17
runs-on: ubuntu-latest
@@ -24,6 +23,7 @@ jobs:
24
23
distribution: 'temurin'
25
cache: gradle
26
27
##############################################
28
# Prepare / Build project APK / AAR / JAR #
29
@@ -33,7 +33,9 @@ jobs:
33
# Build app
34
- name: Build with Gradle
35
run: ./gradlew build
36
-
+ # Create APK For Firebase Instrumentation Tests
37
+ - name: Build Debug Test APK (for Firebase Test Lab)
38
+ run: ./gradlew assembleDebugAndroidTest
39
40
################################################################################################
41
# Run Firebase Test Lab #
0 commit comments