Skip to content

Commit 90d3555

Browse files
Update github-actions-ci.yaml
1 parent 19e67d0 commit 90d3555

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
sudo apt-get install -y mssql-tools
4848
echo "/opt/mssql-tools/bin" >> $GITHUB_PATH
4949
50+
- name: Install JUnit logger
51+
run: dotnet tool install --global JUnitXml.TestLogger
52+
shell: bash
53+
5054
- name: Run tests
5155
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "junit;LogFilePath=./TestResults/junit.xml"
5256
env:

0 commit comments

Comments
 (0)