We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e70f3b commit 09f069dCopy full SHA for 09f069d
.github/workflows/sanity-workflow.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Run local android tests
64
run: |
65
cd android
66
- dotnet test --filter "Category=sample-local-test"
+ dotnet test --filter "Category=sample-local-test" --browserstack.app "./LocalSample.apk"
67
68
- name: Run sample ios tests
69
@@ -73,7 +73,7 @@ jobs:
73
- name: Run local ios tests
74
75
cd ios
76
+ dotnet test --filter "Category=sample-local-test" --browserstack.app "./LocalSample.ipa"
77
78
- if: always()
79
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
0 commit comments