Skip to content

Commit 8053cee

Browse files
committed
fix(build): remove capability to bypass ci
1 parent 8321667 commit 8053cee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ on:
1010
branches:
1111
- "master"
1212
- "develop"
13-
tags-ignore:
14-
- skip-ci
13+
1514
jobs:
1615
build:
1716
runs-on: ubuntu-latest
@@ -24,6 +23,7 @@ jobs:
2423
distribution: 'temurin'
2524
cache: gradle
2625

26+
2727
##############################################
2828
# Prepare / Build project APK / AAR / JAR #
2929
##############################################
@@ -33,7 +33,9 @@ jobs:
3333
# Build app
3434
- name: Build with Gradle
3535
run: ./gradlew build
36-
36+
# Create APK For Firebase Instrumentation Tests
37+
- name: Build Debug Test APK (for Firebase Test Lab)
38+
run: ./gradlew assembleDebugAndroidTest
3739

3840
################################################################################################
3941
# Run Firebase Test Lab #

0 commit comments

Comments
 (0)