Skip to content

Commit ed609e7

Browse files
committed
Disable Maven cache in GHA
Trying to invalidate it.
1 parent 01ee45c commit ed609e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
with:
3232
distribution: 'zulu'
3333
java-version: '11'
34-
- name: Cache Maven packages
35-
uses: actions/cache@v2
36-
with:
37-
path: ~/.m2
38-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
39-
restore-keys: ${{ runner.os }}-m2
34+
# - name: Cache Maven packages
35+
# uses: actions/cache@v2
36+
# with:
37+
# path: ~/.m2
38+
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
39+
# 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
4242
- name: Test

0 commit comments

Comments
 (0)