File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
cache : maven
25
25
- run : mvn -version
26
26
- name : Install
27
- run : mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip
27
+ run : mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -Dfmt.skip
28
28
- name : Create issue if previous step fails
29
29
if : ${{ failure() }}
30
30
env :
49
49
cache : maven
50
50
- run : mvn -version
51
51
- name : Install with Java 11
52
- run : mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -DskipTests
52
+ run : mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -DskipTests -Dfmt.skip
53
53
54
54
- uses : actions/setup-java@v4
55
55
with :
@@ -58,11 +58,11 @@ jobs:
58
58
- run : mvn -version
59
59
- name : Test with Java 8
60
60
# Direct goal invocation ("surefire:test") prevents recompiling tests
61
- run : mvn surefire:test --errors --batch-mode --no-transfer-progress
61
+ run : mvn surefire:test --errors --batch-mode --no-transfer-progress -Dfmt.skip
62
62
- name : Create issue if previous step fails
63
63
if : ${{ failure() }}
64
64
env :
65
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
+ GITHUB_TOKEN : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
66
66
run : |
67
67
gh issue create \
68
68
--title "Nightly-java8 build on ${{ matrix.os }} failed." \
You can’t perform that action at this time.
0 commit comments