We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6ebde commit dcd303cCopy full SHA for dcd303c
.github/workflows/validation.yml
@@ -37,8 +37,8 @@ jobs:
37
${{ runner.os }}-maven-${{ matrix.java-version }}-
38
${{ runner.os }}-maven-
39
40
- - name: Compile and test (all) modules with Java ${{ matrix.java-version }}
41
- run: ./mvnw clean test
+ - name: Package and test (all) modules with Java ${{ matrix.java-version }}
+ run: ./mvnw -Prelease clean package
42
43
- name: Detected wrongly formatted files
44
run: git status && git diff --exit-code
0 commit comments