Skip to content

Commit 113b04e

Browse files
committed
chore: change directory name
1 parent 07eebf3 commit 113b04e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/sanity-workflow.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,54 +54,54 @@ jobs:
5454
java-version: ${{ matrix.java }}
5555
- name: Run mvn test for junit4 android
5656
run: |
57-
cd junit4-examples/android
57+
cd junit-4/android
5858
mvn compile
5959
mvn test
6060
mvn test -P sample-test
6161
- name: Run mvn profile sample-local-test for junit4 android
6262
run: |
63-
cd junit4-examples/android
63+
cd junit-4/android
6464
mvn compile
6565
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
6666
- name: Run mvn test for junit4 ios
6767
run: |
68-
cd junit4-examples/ios
68+
cd junit-4/ios
6969
mvn compile
7070
mvn test
7171
mvn test -P sample-test
7272
- name: Run mvn profile sample-local-test for junit4 ios
7373
run: |
74-
cd junit4-examples/ios
74+
cd junit-4/ios
7575
mvn compile
7676
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.ipa"
7777
- name: Run mvn test for junit5 android
7878
run: |
79-
cd junit5-examples/android
79+
cd junit-5/android
8080
mvn compile
8181
mvn test
8282
mvn test -P sample-test
8383
- name: Run mvn profile sample-local-test for junit5 android
8484
run: |
85-
cd junit5-examples/android
85+
cd junit-5/android
8686
mvn compile
8787
mvn test -P sample-local-test -D"browserstack.app"="./LocalSample.apk"
8888
- name: Run mvn test for junit5 ios
8989
run: |
90-
cd junit5-examples/ios
90+
cd junit-5/ios
9191
mvn compile
9292
mvn test
9393
mvn test -P sample-test
9494
- name: Run mvn profile sample-local-test for junit5 ios
9595
run: |
96-
cd junit5-examples/ios
96+
cd junit-5/ios
9797
mvn compile
9898
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
102102
env:
103103
conclusion: ${{ job.status }}
104-
job_name: TestNG Appium Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
104+
job_name: JUnit Appium Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
105105
commit_sha: ${{ github.event.inputs.commit_sha }}
106106
with:
107107
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)