Skip to content

Commit

Permalink
Fixed build-ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent e74b4b3 commit 7bfc9c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pluginQA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
needs: [ Run-Unit-Tests ]
uses: ./.github/workflows/build-android.yml

Build-Sample-Apps-iOS:
needs: [ Run-Unit-Tests ]
uses: ./.github/workflows/build-ios.yml
# Build-Sample-Apps-iOS:
# needs: [ Run-Unit-Tests ]
# uses: ./.github/workflows/build-ios.yml

Deploy-To-QA:
needs: [ Build-Sample-Apps-Android, Build-Sample-Apps-iOS ]
needs: [ Build-Sample-Apps-Android ] # , Build-Sample-Apps-iOS ]
runs-on: ubuntu-latest
steps:
- name: Notify with SLack
Expand Down

0 comments on commit 7bfc9c7

Please sign in to comment.