We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e026e26 commit cc9502cCopy full SHA for cc9502c
.config/dotnet-tools.json
@@ -15,6 +15,13 @@
15
"dotnet-stryker"
16
],
17
"rollForward": true
18
+ },
19
+ "liquidtestreports.cli": {
20
+ "version": "2.0.0-beta.6",
21
+ "commands": [
22
+ "liquid"
23
+ ],
24
+ "rollForward": false
25
}
26
27
.github/workflows/continuous-integration.yml
@@ -45,6 +45,10 @@ jobs:
45
run: dotnet build --no-restore
46
- name: 🧪 Run tests
47
run: dotnet test --no-build
48
+ - name: 📊 Write tests summary
49
+ run: |
50
+ dotnet tool restore
51
+ dotnet liquid --inputs "File=*.trx" --output-file $env:GITHUB_STEP_SUMMARY
52
- name: 📤 Upload received files from failing tests
53
uses: actions/upload-artifact@v4
54
if: failure()
0 commit comments