adambirds/Docker Compose with Tests Action
Run your docker-compose file and excute tests inside one of the containers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| compose-file | relative path to compose file(s) | no | ./docker-compose.yml |
| compose-flags | additional options to pass to `docker-compose` command | no | "" |
| down-flags | additional options to pass to `docker-compose down` command | no | "" |
| services | services to perform docker-compose up | no | — |
| up-flags | additional options to pass to `docker-compose up` command | no | "" |
| test-container | Name of the container to run tests in. | no | — |
| test-command | The command to use to execute tests. | no | — |
| annotate | Whether to show the console output in the annotations. | no | true |
Outputs
no outputs