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