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