Skip to content

Commit bb6d5fd

Browse files
committed
chore: cli arg app key
1 parent e479920 commit bb6d5fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sanity-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
run: |
6969
cd android/junit4-examples
7070
mvn compile
71-
mvn test -P sample-local-test -Dbrowserstack.app="./LocalSample.apk"
71+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
7272
- name: Run mvn profile sample-local-test for junit5 android
7373
run: |
7474
cd android/junit5-examples
7575
mvn compile
76-
mvn test -P sample-local-test -Dbrowserstack.app="./LocalSample.apk"
76+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
7777
- name: Run mvn test for junit4 ios
7878
run: |
7979
cd ios/junit4-examples
@@ -90,12 +90,12 @@ jobs:
9090
run: |
9191
cd ios/junit4-examples
9292
mvn compile
93-
mvn test -P sample-local-test -Dbrowserstack.app="./LocalSample.ipa"
93+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.ipa"
9494
- name: Run mvn profile sample-local-test for junit5 ios
9595
run: |
9696
cd ios/junit5-examples
9797
mvn compile
98-
mvn test -P sample-local-test -Dbrowserstack.app="./LocalSample.ipa"
98+
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.ipa"
9999
- if: always()
100100
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
101101
id: status-check-completed

0 commit comments

Comments
 (0)