Skip to content

Commit

Permalink
[CI] Update smoke checks jobs dependencies (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Aug 2, 2024
1 parent 03081df commit 42f5672
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 42f5672

Please sign in to comment.