Skip to content

Commit

Permalink
Merge branch 'disable-firebase-tests-droid-1565'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 19, 2024
2 parents 0b60e4d + 6ad0310 commit e125d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:

- name: Build stagemole app
uses: burrunan/gradle-cache-action@v1
if: github.event_name == 'schedule' || github.event.inputs.run_firebase_tests == 'true'
if: github.event.inputs.run_firebase_tests == 'true'
with:
job-id: jdk17
arguments: assemblePlayStagemoleDebug
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:

firebase-tests:
name: Run firebase tests
if: github.event_name == 'schedule' || github.event.inputs.run_firebase_tests == 'true'
if: github.event.inputs.run_firebase_tests == 'true'
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [build-app, build-instrumented-tests]
Expand Down

0 comments on commit e125d0d

Please sign in to comment.