rsksmart/Rootstock Integration Tests Action
This action provides a containerized environment for running integration tests on Rootstock.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rskj-branch | The rskj branch to checkout | yes | master |
| powpeg-node-branch | The powpeg-node branch to checkout | yes | master |
| rit-branch | The rootstock-integration-tests branch to checkout | no | main |
| rit-log-level | Log level for the rootstock-integration-tests | no | info |
| repo-owner | The owner of the repository | no | rsksmart |
| rskj-repo | The name of the base rskj repository to checkout (e.g. a private fork) | no | rskj |
| github-token | Token used to clone a private base rskj repository. Optional; only required when rskj-repo is private. Pass it from a GitHub Actions secret (reference it with the standard secrets expression, e.g. secrets.MY_TOKEN) and do not hardcode. | no | "" |
| test-suite | Which test suite to run: 'short' (fast PR subset) or 'full' (short + extra tests) | no | full |
Outputs
| name | description |
|---|---|
| status | The status of the integration tests |
| message | The output message of the integration tests |