berniwittmann/Background Server
Spin up a server in the background for tests and other stuff
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 6, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: berniwittmann/background-server-action@fbfaacbe6c290e043ac0cc66c429d22f6eed87e2 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Main command to run | yes | — |
| command-windows | Main command to run on Windows | no | — |
| build | Command to run in build step before starting main command | no | — |
| start | Command for starting local server in the background | no | — |
| start-windows | A different start command on Windows | no | — |
| wait-on | Local server URL to wait for | no | — |
| wait-on-timeout | Amount of time to wait for wait-on url to be available | no | — |
| cwd | Current working directory | no | — |
Outputs
no outputs