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:
147147 name : Launch Allure TestOps
148148 runs-on : macos-13
149149 if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
150- needs : test-ui-debug
150+ needs : build- test-app-and-frameworks
151151 outputs :
152152 launch_id : ${{ steps.get_launch_id.outputs.launch_id }}
153153 steps :
@@ -168,7 +168,6 @@ jobs:
168168 if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
169169 needs :
170170 - allure_testops_launch
171- - test-ui-debug
172171 - build-test-app-and-frameworks
173172 env :
174173 LAUNCH_ID : ${{ needs.allure_testops_launch.outputs.launch_id }}
@@ -224,9 +223,7 @@ jobs:
224223 build-apps :
225224 name : Build Demo App
226225 runs-on : macos-14
227- needs :
228- - build-test-app-and-frameworks
229- - test-ui-debug
226+ needs : build-test-app-and-frameworks
230227 if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
231228 steps :
232229
You can’t perform that action at this time.
0 commit comments