Skip to content

Commit 224abca

Browse files
Update github-actions-ci.yaml
1 parent 511f3c0 commit 224abca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
docker exec --user root $(docker ps -qf "ancestor=mcr.microsoft.com/mssql/server:2022-latest") chown -R mssql:mssql /tmp/other_databases_path
5757
5858
- name: Run tests
59-
run: dotnet test PosInformatique.Testing.Databases.sln \
59+
run: |
60+
dotnet test PosInformatique.Testing.Databases.sln \
6061
--configuration Release \
6162
--no-build \
6263
--logger "trx;LogFileName=test_results.trx" \

0 commit comments

Comments
 (0)