Skip to content

Commit db42e82

Browse files
kamal-kaur04francisf
authored andcommitted
chore: name change
1 parent 4a3c489 commit db42e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: Cucumber 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: Cucumber Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
2323
env:
2424
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
2525
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 commit comments

Comments
 (0)