Skip to content

Commit 20d8e30

Browse files
authored
Merge main into develop (#5492)
2 parents e10481f + ce71ddc commit 20d8e30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
cache: maven
2424

2525
- name: Validate formatting configuration
26-
run: mvn -B -T 2C formatter:validate impsort:check xml-format:xml-check
26+
run: mvn -B -T 2C -Dmaven.repo.local=.m2_repo formatter:validate impsort:check xml-format:xml-check
2727

2828
- name: Quick compile (skip tests)
29-
run: mvn -B -T 2C compile -DskipTests -Pquick
29+
run: mvn -B -T 2C -Dmaven.repo.local=.m2_repo compile -DskipTests -Pquick
3030

3131
- name: Download Maven dependencies for offline use
32-
run: mvn -B -T 2C dependency:go-offline
32+
run: mvn -B -T 2C -Dmaven.repo.local=.m2_repo dependency:go-offline
3333

3434
- name: Maven install (skip tests)
35-
run: mvn -B install -DskipTests -Pquick
35+
run: mvn -B -Dmaven.repo.local=.m2_repo install -DskipTests -Pquick
3636

3737
- name: Install system dependencies for E2E tests
3838
run: sudo apt-get update && sudo apt-get install -y libxml2-utils

0 commit comments

Comments
 (0)