Skip to content

Commit cc9502c

Browse files
committed
Write tests summary with Liquid Test Reports
1 parent e026e26 commit cc9502c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.config/dotnet-tools.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"dotnet-stryker"
1616
],
1717
"rollForward": true
18+
},
19+
"liquidtestreports.cli": {
20+
"version": "2.0.0-beta.6",
21+
"commands": [
22+
"liquid"
23+
],
24+
"rollForward": false
1825
}
1926
}
2027
}

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
run: dotnet build --no-restore
4646
- name: 🧪 Run tests
4747
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
4852
- name: 📤 Upload received files from failing tests
4953
uses: actions/upload-artifact@v4
5054
if: failure()

0 commit comments

Comments
 (0)