Skip to content

Commit 4e8584e

Browse files
Update dotnet-core.yml
1 parent 0cb80b1 commit 4e8584e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ jobs:
1919
dotnet-version: 2.1.402
2020

2121
- name: Build
22-
run: ./build.cmd
22+
env:
23+
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1
24+
run: |
25+
"C:\Program Files\Microsoft SQL Server\130\Tools\Binn\SqlLocalDB.exe" info
26+
./build.cmd

0 commit comments

Comments
 (0)