gresb/GRESB Test
Run GRESB integration tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 27, 2026
- License
- MIT
Pinned Snippet
uses: gresb/action-gresb-test@af782bccca431f235befa8a7df4b180bc542432c # v0.14.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-name | Name of the artifact file | no | test-artifacts |
| application-command | The command name for executing the application. | yes | gresb-test |
| application-version | The version of gresb-test to use. | yes | — |
| cmd-args | The arguments passed to gresb-test. | yes | -V |
| installation-github-pat | The GitHub token used for downloading the installation script. | yes | — |
| installation-aws-access-key-id | The AWS access key id used to install gresb-test. Needs access to the gresb-application-versions S3 bucket. | no | — |
| installation-aws-secret-access-key | The AWS secret access key used to install gresb-test. Needs access to the gresb-application-versions S3 bucket. | no | — |
| installation-aws-role-arn | The AWS IAM role used to install gresb-test. Needs access to the gresb-application-versions S3 bucket. | no | — |
| installation-aws-role-session-name | The session name used when getting the token. | no | github-action-gresb-test |
| test-aws-access-key-id | The AWS access key id used to run tests that require interaction with AWS APIs. | no | — |
| test-aws-secret-access-key | The AWS secret access key used to run tests that require interaction with AWS APIs. | no | — |
| test-aws-role-arn | The AWS IAM role arn used to run tests that require interaction with AWS APIs. | no | — |
| test-aws-role-session-name | The session name used when interacting with AWS APIs. | no | github-action-gresb-test |
| test-mailtrap-token | The Mailtrap token used to run tests that require interaction with Mailtrap APIs. | no | — |
| test-slack-token | The Slack token used to run tests that require interaction with Slack APIs. | no | — |
| test-gresb-portal-user-password | The password for the default test user in the portal. | no | — |
| test-cluster-api-key | The Kafka cluster api key. | no | — |
| test-cluster-api-secret | The Kafka cluster api secret. | no | — |
| test-datadog-api-key | The Datadog API key. | no | — |
| test-datadog-app-key | The Datadog APP key. | no | — |
| test-datadog-site | The Datadog site. | no | datadoghq.eu |
| test-github-token | The GitHub token used by the tests. | no | — |
| test-onepassword-svc-vault-token | The OnePassword service vault token. | yes | — |
Outputs
| name | description |
|---|---|
| log_tail | Tail of the test log (truncated). |