We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c7e8f commit 25cbc5cCopy full SHA for 25cbc5c
1 file changed
.github/workflows/e2e_tests_pipeline.yaml
@@ -27,7 +27,6 @@ on:
27
28
jobs:
29
pipeline-e2e-android:
30
- if: ${{ secrets.PIPELINE_E2E_FIREBASE_OPTIONS_DART != '' }}
31
runs-on: ubuntu-latest
32
timeout-minutes: 45
33
env:
@@ -113,7 +112,6 @@ jobs:
113
112
~/.android/adb*
114
115
pipeline-e2e-web:
116
117
118
timeout-minutes: 25
119
steps:
@@ -149,7 +147,6 @@ jobs:
149
147
flutter test integration_test/pipeline/pipeline_live_test.dart --timeout 10x --dart-define=CI=true -d chrome
150
148
151
pipeline-e2e-ios:
152
153
runs-on: macos-15
154
timeout-minutes: 50
155
0 commit comments