We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577faed commit 8b0f896Copy full SHA for 8b0f896
1 file changed
.github/workflows/ci.yml
@@ -70,10 +70,10 @@ jobs:
70
run: java --version
71
- name: Build unicorn-store-spring with Maven
72
run: mvn -B clean package --file pom.xml --no-transfer-progress
73
- working-directory: ./apps/java25/unicorn-store-spring/
+ working-directory: ./apps/unicorn-store-spring-java25/
74
- name: Build jvm-ai-analyzer with Maven
75
76
- working-directory: ./apps/java25/jvm-ai-analyzer/
+ working-directory: ./apps/jvm-analysis-service/
77
- name: Install AWS CDK
78
run: npm install -g aws-cdk
79
- name: AWS CDK version
0 commit comments