File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : Build all modules with unit tests
3535 run : |
36- ./mvnw --batch-mode -ntp --update-snapshots clean install
36+ ./mvnw --batch-mode -ntp --update-snapshots -T1C clean install
3737
3838 - name : Upload Spring-AI Built Artifacts
3939 uses : actions/upload-artifact@v4
7575 uses : actions/cache@v4
7676 with :
7777 path : ~/.m2/build-cache
78- key : build-cache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
78+ key : build-cache-${{ runner.os }}-ollama- ${{ hashFiles('**/pom.xml') }}
7979 restore-keys : |
8080 build-cache-${{ runner.os }}-
8181
@@ -120,7 +120,7 @@ jobs:
120120 uses : actions/cache@v4
121121 with :
122122 path : ~/.m2/build-cache
123- key : build-cache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
123+ key : build-cache-${{ runner.os }}-openai- ${{ hashFiles('**/pom.xml') }}
124124 restore-keys : |
125125 build-cache-${{ runner.os }}-
126126
@@ -165,7 +165,7 @@ jobs:
165165 uses : actions/cache@v4
166166 with :
167167 path : ~/.m2/build-cache
168- key : build-cache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
168+ key : build-cache-${{ runner.os }}-other- ${{ hashFiles('**/pom.xml') }}
169169 restore-keys : |
170170 build-cache-${{ runner.os }}-
171171
You can’t perform that action at this time.
0 commit comments