Skip to content

Commit 391c078

Browse files
Update dotnet-core.yml
try to deploy sql server via Particular/install-sql-server-action
1 parent b6d20ed commit 391c078

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dotnet-core.yml

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
with:
1919
dotnet-version: 8.0.100
2020

21+
- name: Install SQL Server
22+
# reference @ https://github.com/Particular/install-sql-server-action
23+
uses: Particular/[email protected]
24+
with:
25+
connection-string-env-var: SQL_SERVER_CONNECTION_STRING
26+
catalog: AdventureWroks
27+
extra-params: ""
2128
- name: Build
2229
env:
2330
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1

0 commit comments

Comments
 (0)