We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b453e3 commit 4158c7cCopy full SHA for 4158c7c
1 file changed
.github/workflows/main.yml
@@ -25,5 +25,5 @@ jobs:
25
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
26
restore-keys: ${{ runner.os }}-m2
27
28
- - name: Build project with Maven
+ - name: Build and test project with Maven
29
run: mvn -B package --file pom.xml
0 commit comments