We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75352d1 commit 849bb50Copy full SHA for 849bb50
.github/workflows/nightly.yaml
@@ -23,7 +23,7 @@ jobs:
23
distribution: temurin
24
cache: maven
25
- run: mvn -version
26
- - name: Unit Tests
+ - name: Install
27
run: mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -T 1C
28
- name: Create issue if previous step fails
29
if: ${{ failure() }}
0 commit comments