-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd635f2
commit 224b0b4
Showing
5 changed files
with
12 additions
and
46 deletions.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
CHANGELOG.md |
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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ step failed. | |
```yml | ||
- name: 'Publish to OneReport' | ||
if: ${{ always() }} | ||
uses: smartbear/[email protected].1 | ||
uses: smartbear/[email protected].2 | ||
with: | ||
organization-id: F5222E06-BA05-4C82-949A-2FE537B6F59F | ||
username: anyone | ||
|
@@ -46,7 +46,7 @@ installed (for example [cimg/node](https://circleci.com/developer/images/image/c | |
- run: | ||
name: Publish test results to OneReport | ||
command: | | ||
npx @smartbear/[email protected].1 \ | ||
npx @smartbear/[email protected].2 \ | ||
--organization-id F5222E06-BA05-4C82-949A-2FE537B6F59F \ | ||
--username anyone \ | ||
--password ${ONE_REPORT_PASSWORD} \ | ||
|
@@ -58,7 +58,7 @@ installed (for example [cimg/node](https://circleci.com/developer/images/image/c | |
The command-line tool can be used in any CI pipeline that has the `npx` command available (it needs to have Node.js installed). | ||
|
||
``` | ||
npx @smartbear/one-report-publisher@v0.3.1 --help | ||
npx @smartbear/one-report-publisher@v0.3.2 --help | ||
|
||
Usage: one-report-publisher [options] | ||
|
||
|
@@ -77,7 +77,7 @@ Options: | |
Example: | ||
``` | ||
npx @smartbear/one-report-publisher@0.3.1 \ | ||
npx @smartbear/one-report-publisher@0.3.2 \ | ||
--organization-id F5222E06-BA05-4C82-949A-2FE537B6F59F \ | ||
--username anyone \ | ||
--password ${ONE_REPORT_PASSWORD} \ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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