Skip to content

Commit 3e825c8

Browse files
committed
Change Maven cache key in GHA
Trying to invalidate a corrupted repository.
1 parent 3c131dc commit 3e825c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/cache@v2
3636
with:
3737
path: ~/.m2
38-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
38+
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}-v2
3939
restore-keys: ${{ runner.os }}-m2
4040
- name: Enable MQTT and STOMP plugins
4141
run: docker exec ${{job.services.rabbitmq.id}} rabbitmq-plugins enable rabbitmq_mqtt rabbitmq_stomp

0 commit comments

Comments
 (0)