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 b6d20ed commit 391c078Copy full SHA for 391c078
.github/workflows/dotnet-core.yml
@@ -18,6 +18,13 @@ jobs:
18
with:
19
dotnet-version: 8.0.100
20
21
+ - name: Install SQL Server
22
+ # reference @ https://github.com/Particular/install-sql-server-action
23
+ uses: Particular/install-sql-server-action@v1.0.0
24
+ with:
25
+ connection-string-env-var: SQL_SERVER_CONNECTION_STRING
26
+ catalog: AdventureWroks
27
+ extra-params: ""
28
- name: Build
29
env:
30
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1
0 commit comments