Skip to content

Commit 06b059a

Browse files
authored
fix: task name
1 parent bfaa58b commit 06b059a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: temurin
2424
java-version: 11
2525
cache: 'maven'
26-
- name: Run unit tests
26+
- name: Build and test project
2727
run: ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
2828
release-snapshot:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)