actions-marketplace-validations/fish-shop/run-fishtape-tests
A GitHub action for running fishtape tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title to display in job summary | no | Test results |
| patterns | File patterns to match against when running tests | no | **.fish |
| raw-output | Produce raw TAP output | no | false |
Outputs
| name | description |
|---|---|
| total | Total number of tests run |
| passed | Number of tests passed |
| failed | Number of tests failed |