We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654c403 commit a278f9dCopy full SHA for a278f9d
.github/workflows/github-actions-ci.yaml
@@ -32,6 +32,9 @@ jobs:
32
shell: cmd
33
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'"
34
35
+ - name: Run tests
36
+ run: dotnet test --no-build --verbosity normal
37
+
38
# Use this fix https://github.com/microsoft/vstest-action/issues/31#issuecomment-2159463764
39
- name: Test with the dotnet CLI
40
uses: rusty-bender/vstest-action@main
0 commit comments