Skip to content

Commit 09f069d

Browse files
committed
chore: cli arg app key
1 parent 6e70f3b commit 09f069d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sanity-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run local android tests
6464
run: |
6565
cd android
66-
dotnet test --filter "Category=sample-local-test"
66+
dotnet test --filter "Category=sample-local-test" --browserstack.app "./LocalSample.apk"
6767
6868
- name: Run sample ios tests
6969
run: |
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run local ios tests
7474
run: |
7575
cd ios
76-
dotnet test --filter "Category=sample-local-test"
76+
dotnet test --filter "Category=sample-local-test" --browserstack.app "./LocalSample.ipa"
7777
7878
- if: always()
7979
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975

0 commit comments

Comments
 (0)