Skip to content

Commit

Permalink
Add actions for maven builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Sep 20, 2023
1 parent 10703d2 commit 323eb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/java-maven-test/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# java-maven-test

This action runs Junit tests.
This action runs Junit tests and publishes the test results.

## Input Parameters

Expand Down
2 changes: 1 addition & 1 deletion actions/java-maven-test/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Test Java artifacts"
description: "Run Junit test"
description: "Run Junit test and publish test results"

inputs:
java-distribution:
Expand Down

0 comments on commit 323eb03

Please sign in to comment.