Skip to content

Commit 5b3b449

Browse files
copilot-setup: use 'install' and skip Checkstyle during setup
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent db41a4f commit 5b3b449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
cache: maven
4141

4242
- name: Build with Maven
43-
run: ./mvnw -B clean verify -DskipTests --file pom.xml
43+
run: ./mvnw -B clean install -DskipTests -Dcheckstyle.skip=true --file pom.xml

0 commit comments

Comments
 (0)