-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACS-6309 Check db and tas tests ags on MySQL ags add listeners check …
…AGS Community Rest API Tests
- Loading branch information
1 parent
67fb038
commit 689488a
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1168,7 +1168,7 @@ jobs: | |
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
id: rp-prepare | ||
with: | ||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }} | ||
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }} | ||
rp-project: ${{ env.RP_PROJECT }} | ||
rp-use-static-launch-name: true | ||
|
1 change: 1 addition & 0 deletions
1
...munity/rm-community-repo/unit-test/resources/META-INF/services/org.testng.ITestNGListener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.epam.reportportal.testng.ReportPortalTestNGListener |