File tree 1 file changed +6
-11
lines changed
1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -142,17 +142,12 @@ jobs:
142
142
# if: ${{ runner.os == 'Windows' }}
143
143
# run: choco install firebird --version=5.0.0 -params '/SuperClassic/ClientAndDevTools'
144
144
145
- # - name: "Install MSSQL Server (Linux)"
146
- # if: ${{ runner.os == 'Linux' }}
147
- # run: sh ./scripts/install-mssql.sh
148
-
149
- # - name: "Start SQL LocalDB (Windows)"
150
- # if: ${{ runner.os == 'Windows' }}
151
- # run: |
152
- # # MSSQLLocalDB is the default SQL LocalDB instance
153
- # SqlLocalDB start MSSQLLocalDB
154
- # SqlLocalDB info MSSQLLocalDB
155
- # sqlcmd -S "(localdb)\MSSQLLocalDB" -Q "create database dbtest;"
145
+ - name : " Install MSSQL Server (Linux)"
146
+ uses : potatoqualitee/mssqlsuite@v1.7
147
+ with :
148
+ version : 2022
149
+ install : sqlengine, sqlclient, sqlpackage
150
+ sa-password : " DBtestytest42"
156
151
157
152
- name : " Install PHP with extensions"
158
153
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments