File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 distribution : ' temurin'
5252 cache : maven
5353
54+ - name : Copy Maven settings
55+ run : |
56+ mkdir -p ~/.m2
57+ cp .devcontainer/maven-settings.xml ~/.m2/settings.xml
58+ echo "✅ Maven settings configured"
59+
5460 - name : Run backend tests
5561 working-directory : apps/backend
5662 # Use env SPRING_PROFILES_ACTIVE for cross-platform compatibility (PowerShell can split -D args).
Original file line number Diff line number Diff line change 5050 java-version : ' 21'
5151 distribution : ' temurin'
5252
53+ - name : Copy Maven settings
54+ if : matrix.language == 'java'
55+ run : |
56+ mkdir -p ~/.m2
57+ cp .devcontainer/maven-settings.xml ~/.m2/settings.xml
58+ echo "✅ Maven settings configured"
59+
5360 - name : Build Java
5461 if : matrix.language == 'java'
5562 working-directory : apps/backend
You can’t perform that action at this time.
0 commit comments