File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
name : Launch Allure TestOps
148
148
runs-on : macos-13
149
149
if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
150
- needs : test-ui-debug
150
+ needs : build- test-app-and-frameworks
151
151
outputs :
152
152
launch_id : ${{ steps.get_launch_id.outputs.launch_id }}
153
153
steps :
@@ -168,7 +168,6 @@ jobs:
168
168
if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
169
169
needs :
170
170
- allure_testops_launch
171
- - test-ui-debug
172
171
- build-test-app-and-frameworks
173
172
env :
174
173
LAUNCH_ID : ${{ needs.allure_testops_launch.outputs.launch_id }}
@@ -224,9 +223,7 @@ jobs:
224
223
build-apps :
225
224
name : Build Demo App
226
225
runs-on : macos-14
227
- needs :
228
- - build-test-app-and-frameworks
229
- - test-ui-debug
226
+ needs : build-test-app-and-frameworks
230
227
if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
231
228
steps :
232
229
You can’t perform that action at this time.
0 commit comments