We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0c546 commit b25990eCopy full SHA for b25990e
2 files changed
.github/workflows/ci.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Build unicorn-store-spring with Maven
33
run: mvn -B clean package --file pom.xml --no-transfer-progress
34
working-directory: ./apps/unicorn-store-spring/
35
- - name: Build unicorn-spring-ai-agent with Maven
36
- run: mvn -B clean package --file pom.xml --no-transfer-progress
37
- working-directory: ./apps/unicorn-spring-ai-agent/
+ # - name: Build unicorn-spring-ai-agent with Maven
+ # run: mvn -B clean package --file pom.xml --no-transfer-progress
+ # working-directory: ./apps/unicorn-spring-ai-agent/
38
- name: Install AWS CDK
39
run: npm install -g aws-cdk
40
working-directory: ./infrastructure/cdk/
apps/unicorn-spring-ai-agent
0 commit comments