We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bedba commit 209e44aCopy full SHA for 209e44a
.github/actions/setup-windows/action.yml
@@ -9,10 +9,6 @@ runs:
9
mysqld --install
10
net start MySQL
11
mysql --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'Password12!'; FLUSH PRIVILEGES;"
12
- - name: Setup MSSQL
13
- uses: ankane/setup-sqlserver@v1
14
- with:
15
- accept-eula: true
16
- name: Setup PostgreSQL
17
shell: pwsh
18
run: |
.github/workflows/push.yml
@@ -256,6 +256,10 @@ jobs:
256
uses: actions/checkout@v4
257
- name: Setup
258
uses: ./.github/actions/setup-windows
259
+ - name: Setup MSSQL
260
+ uses: ankane/setup-sqlserver@v1
261
+ with:
262
+ accept-eula: true
263
- name: Build
264
run: .github/scripts/windows/build.bat
265
- name: Test
0 commit comments