We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2b64e commit 887659aCopy full SHA for 887659a
1 file changed
.github/workflows/ci.yml
@@ -133,7 +133,7 @@ jobs:
133
java-package: jdk
134
cache: 'maven'
135
- name: Pre compile
136
- run: mvn -Dmaven.plugin.spotless.skip=true -DskipTests--batch-mode --no-transfer-progress install -am
+ run: mvn -Dmaven.plugin.spotless.skip=true -DskipTests --batch-mode --no-transfer-progress install -am
137
- uses: uraimo/run-on-arch-action@v3
138
name: Test
139
with:
0 commit comments