Skip to content

Commit 8fd746e

Browse files
Update github-actions-ci.yaml
1 parent 733e91e commit 8fd746e

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 PosInformatique.Testing.Databases.sln --configuration Debug --no-build --logger:"trx;LogFileName=test_results.trx"
50+
run: dotnet test **/*.Tests.csproj --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)