Skip to content

Commit

Permalink
GH Action - fix test report name (#61)
Browse files Browse the repository at this point in the history
Let's see if this one fares better.
JanneKiiskila authored Sep 15, 2023
1 parent d301868 commit f1f43c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-check.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
if: success() || failure()
uses: scacap/action-surefire-report@v1
with:
check_name: mvn clean install -P ci test report
check_name: ci-test-report

pysh-check:
runs-on: ubuntu-22.04

0 comments on commit f1f43c4

Please sign in to comment.