Skip to content

Commit 30cc07c

Browse files
committed
Add test-summary to gh workflow
1 parent 4fc38d1 commit 30cc07c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull_request.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737

3838
- name: Run tests
3939
run: CI=true sbt +test
40+
41+
- name: Test summary
42+
if: always() # Always run, even if previous steps failed
43+
uses: test-summary/action@v2
44+
with:
45+
paths: "**/target/test-reports/*.xml"

0 commit comments

Comments
 (0)