Skip to content

Commit fb51ff8

Browse files
committed
Enabling TestNG for the release workflow
1 parent 1b167f1 commit fb51ff8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- sauce_bindings
1818
- saucebindings-junit4
1919
- saucebindings-junit5
20+
- saucebindings-testng
2021
permissions:
2122
contents: write
2223

@@ -29,7 +30,8 @@ jobs:
2930
combination: [
3031
{ component: sauce_bindings, path: java/main },
3132
{ component: saucebindings-junit4, path: java/junit4 },
32-
{ component: saucebindings-junit5, path: java/junit5 }
33+
{ component: saucebindings-junit5, path: java/junit5 },
34+
{ component: saucebindings-testng, path: java/testng }
3335
]
3436
steps:
3537
- run: echo "Will start a Maven Central upload with version ${{ github.event.inputs.version }} for ${{ github.event.inputs.component }}"

0 commit comments

Comments
 (0)