Skip to content

Commit 42f5672

Browse files
[CI] Update smoke checks jobs dependencies (#572)
1 parent 03081df commit 42f5672

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
- uses: actions/[email protected]

0 commit comments

Comments
 (0)