outoforbitdev/action-docker-test
Run a test file in a Docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-command | Command to execute to run tests | yes | — |
| dockerfile-path | Path to the directory with the Dockerfile | no | . |
| build-command | Full command to build the image | no | docker build |
Outputs
| name | description |
|---|---|
| success | Whether the test was successful |