We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3c489 commit db42e82Copy full SHA for db42e82
.github/workflows/maven-workflow-run.yml
@@ -1,7 +1,7 @@
1
# This job is to test different maven profiles in sdk branch again Pull Request raised
2
# This workflow targets Java with Maven execution
3
4
-name: Cucumber SDK Test workflow for Maven on workflow_dispatch
+name: Java SDK Test workflow for Maven on workflow_dispatch
5
6
on:
7
workflow_dispatch:
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
java: [ '8', '11', '17' ]
21
os: [ 'macos-latest', 'windows-latest', 'ubuntu-latest' ]
22
- name: TestNG Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
+ name: Cucumber Repo ${{ matrix.Java }} - ${{ matrix.os }} Sample
23
env:
24
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
25
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
0 commit comments