File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
66on :
77 workflow_dispatch :
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 }}
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments