Skip to content

Commit

Permalink
feat: run maestro
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-kurganskii committed Jul 19, 2023
1 parent 9baf29c commit 81cb7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
--pull-request-id=$(System.PullRequest.PullRequestNumber) \
--repo-name="react-native-showcase-app" \
--repo-owner="ilia-kurganskii" \
ios/NucleusUiPatternExamples.app \
$(System.ArtifactsDirectory)/ios/NucleusUiPatternExamples.app \
.maestro
displayName: 'Run Maestro for iOS'
- script: |
Expand All @@ -168,6 +168,6 @@ jobs:
--pull-request-id=$(System.PullRequest.PullRequestNumber) \
--repo-name="react-native-showcase-app" \
--repo-owner="ilia-kurganskii" \
android/app-release.apk \
$(System.ArtifactsDirectory)/android/app-release.apk \
.maestro
displayName: 'Run Maestro for Android'

0 comments on commit 81cb7cd

Please sign in to comment.