We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e67d0 commit 90d3555Copy full SHA for 90d3555
1 file changed
.github/workflows/github-actions-ci.yaml
@@ -47,6 +47,10 @@ jobs:
47
sudo apt-get install -y mssql-tools
48
echo "/opt/mssql-tools/bin" >> $GITHUB_PATH
49
50
+ - name: Install JUnit logger
51
+ run: dotnet tool install --global JUnitXml.TestLogger
52
+ shell: bash
53
+
54
- name: Run tests
55
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "junit;LogFilePath=./TestResults/junit.xml"
56
env:
0 commit comments