Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Oct 30, 2024
1 parent f447d9c commit d4e4742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and publish a release to Maven Central
name: Checks

on:
workflow_dispatch:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: always()
with:
check_name: jvm-tests
check_name: JVM Test Results
report_paths: '**/build/test-results/jvmTest/**/*.xml'
require_tests: true

0 comments on commit d4e4742

Please sign in to comment.