Skip to content

Commit 2a7ec9b

Browse files
Update github-actions-ci.yaml
1 parent 8fd746e commit 2a7ec9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
source ~/.bashrc
4848
4949
- name: Run tests
50-
run: dotnet test **/*.Tests.csproj --configuration Release --no-build
50+
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build
5151
env:
5252
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
5353

0 commit comments

Comments
 (0)