Skip to content

Commit cdf1ab2

Browse files
committed
Tidy misleading workflow naming/comments
1 parent 628ac53 commit cdf1ab2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a Java project with Gradle
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3-
41
name: Test and Build
52

63
on:
@@ -56,5 +53,5 @@ jobs:
5653
with:
5754
java-version: 21
5855
distribution: temurin
59-
- name: Test with Gradle
56+
- name: Build and release with Gradle
6057
run: ./gradlew githubRelease

0 commit comments

Comments
 (0)