Skip to content

Commit

Permalink
fix(build): remove capability to bypass ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 23, 2023
1 parent 8321667 commit 8053cee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
branches:
- "master"
- "develop"
tags-ignore:
- skip-ci

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,6 +23,7 @@ jobs:
distribution: 'temurin'
cache: gradle


##############################################
# Prepare / Build project APK / AAR / JAR #
##############################################
Expand All @@ -33,7 +33,9 @@ jobs:
# Build app
- name: Build with Gradle
run: ./gradlew build

# Create APK For Firebase Instrumentation Tests
- name: Build Debug Test APK (for Firebase Test Lab)
run: ./gradlew assembleDebugAndroidTest

################################################################################################
# Run Firebase Test Lab #
Expand Down

0 comments on commit 8053cee

Please sign in to comment.