Skip to content

Commit

Permalink
try test-summary again
Browse files Browse the repository at this point in the history
  • Loading branch information
KapStorm committed Sep 5, 2024
1 parent 5faaf3d commit 41ea1d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
run: CI=true sbt "testOnly controllers.AdminControllerSpec"

- name: Test Summary
if: always()
uses: test-summary/action@v2
with:
paths: "server/target/test-reports/*.xml"
output: test-summary.md
if: always()

# - name: Print test results
# if: failure()
Expand Down

0 comments on commit 41ea1d2

Please sign in to comment.