Skip to content

Commit 25cbc5c

Browse files
committed
chore: remove Firebase options condition from e2e tests pipeline jobs
1 parent 70c7e8f commit 25cbc5c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/e2e_tests_pipeline.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ on:
2727

2828
jobs:
2929
pipeline-e2e-android:
30-
if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
3130
runs-on: ubuntu-latest
3231
timeout-minutes: 45
3332
env:
@@ -113,7 +112,6 @@ jobs:
113112
~/.android/adb*
114113
115114
pipeline-e2e-web:
116-
if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
117115
runs-on: ubuntu-latest
118116
timeout-minutes: 25
119117
steps:
@@ -149,7 +147,6 @@ jobs:
149147
flutter test integration_test/pipeline/pipeline_live_test.dart --timeout 10x --dart-define=CI=true -d chrome
150148
151149
pipeline-e2e-ios:
152-
if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
153150
runs-on: macos-15
154151
timeout-minutes: 50
155152
steps:

0 commit comments

Comments
 (0)