Skip to content

Commit d36280a

Browse files
committed
Tidy misleading workflow naming/comments
1 parent 428cc39 commit d36280a

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:
@@ -63,5 +60,5 @@ jobs:
6360
with:
6461
java-version: 21
6562
distribution: temurin
66-
- name: Test with Gradle
63+
- name: Build and release with Gradle
6764
run: ./gradlew githubRelease

0 commit comments

Comments
 (0)