Skip to content

Commit cda64bb

Browse files
author
Yuriy Bezsonov
committed
ci(java-on-aws): update dependency schedule and normalize build paths
- Change Renovate dependency update schedule from weekly (Monday) to monthly (first day of month) - Update unicorn-store-spring build path from ./apps/unicorn-store-spring/ to ./apps/java21/unicorn-store-spring/ for Java 21 variant - Normalize unicorn-store-spring-java25 build path from ./apps/unicorn-store-spring-java25/ to ./apps/unicorn-store-spring/ to align with directory structure reorganization - Align CI/CD configuration with recent application structure consolidation
1 parent 90f232a commit cda64bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends:
22
- config:base
33
schedule:
4-
- "before 6am on monday"
4+
- "before 6am on the first day of the month"
55
regexManagers:
66
# Development tools
77
- fileMatch:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: java --version
3131
- name: Build unicorn-store-spring with Maven
3232
run: mvn -B clean package --file pom.xml --no-transfer-progress
33-
working-directory: ./apps/unicorn-store-spring/
33+
working-directory: ./apps/java21/unicorn-store-spring/
3434
- name: Build unicorn-spring-ai-agent with Maven
3535
run: mvn -B clean package --file pom.xml --no-transfer-progress -DskipTests
3636
working-directory: ./apps/unicorn-spring-ai-agent/
@@ -70,7 +70,7 @@ jobs:
7070
run: java --version
7171
- name: Build unicorn-store-spring with Maven
7272
run: mvn -B clean package --file pom.xml --no-transfer-progress
73-
working-directory: ./apps/unicorn-store-spring-java25/
73+
working-directory: ./apps/unicorn-store-spring/
7474
- name: Build jvm-ai-analyzer with Maven
7575
run: mvn -B clean package --file pom.xml --no-transfer-progress
7676
working-directory: ./apps/jvm-analysis-service/

0 commit comments

Comments
 (0)