oracle-actions/Setup-Oracle-Test-Pilot
Setup Test Pilot helps integrating Oracle Test Pilot for Third Party Software within your GitHub Action workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- Other
Pinned Snippet
uses: oracle-actions/setup-testpilot@0e9d9b877bb35f65e3f1f1c54c6a425329dd7ece # v1.0.27tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version to use. | yes | v1.0.27 |
| action | The action to run (create*, delete, skip-testing). | yes | create |
| oci-service | The Oracle Cloud Infrastructure service to test. | yes | autonomous-transaction-processing-serverless-26ai |
| user | The database username to be used for database creation. If multiple users (up to 10) are required then enter a comma-separated list of usernames (no space). Limit usernames to 118 chars maximum. Accepted chars are: upper case letters, lower case letters, digits, colon, hyphen, underscore, and dot. | no | — |
| connection-string-format | The resulting connection string format (easy-connect*, tns). | no | easy-connect |
| surround-connection-string-with-double-quotes | If the connection string must be surrounded by double quotes (false*, true). | no | false |
| prefix_list | A comma separated list of file(s) or folder(s) that if changed should not trigger any test (example: folder containing documentation). | no | — |
Outputs
| name | description |
|---|---|
| database_host | The database hostname. |
| database_service | The database service name. |
| database_password | The database password. |
| database_version | The database version. |
| connection_string_suffix | The database connection string suffix (after @). |
| skip_tests | Should skip tests? |