Skip to content

Commit fc4551b

Browse files
copilot-setup: use 'install' and skip Checkstyle during setup (#390)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 79409c1 commit fc4551b

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)