Skip to content

Commit

Permalink
chore(react-native): temporarily deploy without e2e tests but after b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
santhoshvai committed Sep 13, 2023
1 parent 4b3d788 commit 1992b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
deploy_ios:
name: Deploy iOS
needs: test_ios
needs: build_ios
timeout-minutes: 60
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: macos-latest
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
deploy_android:
name: Deploy Android
needs: test_android
needs: build_android
timeout-minutes: 60
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1992b27

Please sign in to comment.