tediousjs/Setup SQL Server environment
Setup an SQL Server environment in your GitHub runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skip-os-check | Skip OS checks that will stop installation attempts preemptively. | — | false |
| sqlserver-version | Version to use. Examples: 2008, 2012, 2014, etc. "latest" can also be used. | — | latest |
| native-client-version | Version of native client to install. Only 11 is supported. | — | — |
| odbc-version | Version of ODBC to install. Supported versions: 17, 18. | — | — |
| sa-password | The SA user password to use. | — | yourStrong(!)Password |
| db-collation | The database collation to use. | — | SQL_Latin1_General_CP1_CI_AS |
| install-arguments | Any custom install arguments you wish to use. These must be in the format of "/ARG=VAL". | — | — |
| wait-for-ready | Wait for the database to respond successfully to queries before completing the action. A maximum of 10 attempts is made. | — | true |
| install-updates | Attempt to install latest cumulative updates during the installation process (not available for all versions). | — | false |
Outputs
| name | description |
|---|---|
| sa-password | The SA password, this will be the same as the input, but can be useful when relying on the default value. |
| instance-name | The instance name for the SQL Server. |