Skip to content

Commit fc83cc5

Browse files
agarneha1331francisf
authored andcommitted
Added workflow file
1 parent 0f6d962 commit fc83cc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven-workflow-run.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This job is to test different maven profiles in sdk branch again Pull Request raised
22
# This workflow targets Java with Maven execution
33

4-
name: TestNG SDK Test workflow for Maven on workflow_dispatch
4+
name: Java SDK Test workflow for Maven on workflow_dispatch
55

66
on:
77
workflow_dispatch:
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
java: [ '8', '11', '17' ]
2121
os: [ 'macos-latest', 'windows-latest', 'ubuntu-latest' ]
22-
name: TestNG Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
22+
name: Java-selenium Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
2323
env:
2424
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
2525
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
3232
id: status-check-in-progress
3333
env:
34-
job_name: TestNG Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
34+
job_name: Java-selenium Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
3535
commit_sha: ${{ github.event.inputs.commit_sha }}
3636
with:
3737
github-token: ${{ github.token }}
@@ -69,7 +69,7 @@ jobs:
6969
id: status-check-completed
7070
env:
7171
conclusion: ${{ job.status }}
72-
job_name: TestNG Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
72+
job_name: Java-selenium Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
7373
commit_sha: ${{ github.event.inputs.commit_sha }}
7474
with:
7575
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)