-
Notifications
You must be signed in to change notification settings - Fork 13
Add tenancy support #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
^ We need to remove PR verification checks for public repositories -- will report to team |
@@ -0,0 +1,22 @@ | |||
changelog: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add for the future to get labels for PRs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im good to make these changes, but we do have to update the README too. This is a public repo so we gotta be lock step with the documentation
@@ -44,6 +45,10 @@ jobs: | |||
### `environment` | |||
The environment you want to run the test in. If you don't use environment omit this parameter | |||
|
|||
### `tenant` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update the README too, could be in a follow up PR but it would be nice to have a MT example url there.. something like this
US: https://acme.hub.rapidapi.com
CA: https://acme.hub-ca.rapidapi.com
EU: https://acme.hub-eu.rapidapi.com
"version": "0.0.3", | ||
"description": "", | ||
"version": "0.0.4", | ||
"description": "Executes RapidAPI tests as a GitHub action", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
## Outputs | ||
|
||
### `time` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdown linting changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Adds support for the the testing GitHub action to support multi-tenancy test execution. Node version for execution bumped to 16 for my sanity.
Verification
Created dummy test in the prodca Hub and executed against this action using
Ready for Code Review Checklist