Skip to content

Commit

Permalink
Only run e2e tests on android for PR (to lower costs, choice up to you)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuFedrigo committed May 16, 2024
1 parent 52b0470 commit 261dd28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
run: |
curl -Ls "https://get.maestro.mobile.dev" | bash
export PATH="$PATH":"$HOME/.maestro/bin"
yarn test:e2e:ci:ios --ios-update-id ${{ steps.preview.outputs.iosId }} --apiKey ${{ secrets.MAESTRO_API_KEY }} --tags pr --branch ${{ github.ref_name }} --pullRequestId ${{ github.event.pull_request.number }} --commitSha ${{ github.sha }}
yarn test:e2e:ci:android --android-update-id ${{ steps.preview.outputs.androidId }} --apiKey ${{ secrets.MAESTRO_API_KEY }} --tags pr --branch ${{ github.ref_name }} --pullRequestId ${{ github.event.pull_request.number }} --commitSha ${{ github.sha }}

0 comments on commit 261dd28

Please sign in to comment.