Skip to content

Commit a278f9d

Browse files
Fix CI.
1 parent 654c403 commit a278f9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
shell: cmd
3333
run: sqlcmd -S "(localDB)\posinfo-tests" -Q "IF NOT EXISTS (SELECT 1 FROM [sys].[server_principals] WHERE [Name] = 'ServiceAccountLogin') CREATE LOGIN [ServiceAccountLogin] WITH PASSWORD = 'P@ssw0rd'"
3434

35+
- name: Run tests
36+
run: dotnet test --no-build --verbosity normal
37+
3538
# Use this fix https://github.com/microsoft/vstest-action/issues/31#issuecomment-2159463764
3639
- name: Test with the dotnet CLI
3740
uses: rusty-bender/vstest-action@main

0 commit comments

Comments
 (0)