Skip to content

Commit 199e220

Browse files
committed
Change cache keys
1 parent 29f48d6 commit 199e220

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/eric-continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)