From 42f567277106a46050ff70cfd00e36d1a3e4f34d Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 2 Aug 2024 10:25:17 +0100 Subject: [PATCH] [CI] Update smoke checks jobs dependencies (#572) --- .github/workflows/smoke-checks.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index e751f620..8829916e 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -147,7 +147,7 @@ jobs: name: Launch Allure TestOps runs-on: macos-13 if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} - needs: test-ui-debug + needs: build-test-app-and-frameworks outputs: launch_id: ${{ steps.get_launch_id.outputs.launch_id }} steps: @@ -168,7 +168,6 @@ jobs: if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} needs: - allure_testops_launch - - test-ui-debug - build-test-app-and-frameworks env: LAUNCH_ID: ${{ needs.allure_testops_launch.outputs.launch_id }} @@ -224,9 +223,7 @@ jobs: build-apps: name: Build Demo App runs-on: macos-14 - needs: - - build-test-app-and-frameworks - - test-ui-debug + needs: build-test-app-and-frameworks if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} steps: - uses: actions/checkout@v4.1.1