We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c131dc commit 3e825c8Copy full SHA for 3e825c8
.github/workflows/test-linux.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/cache@v2
36
with:
37
path: ~/.m2
38
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
+ key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}-v2
39
restore-keys: ${{ runner.os }}-m2
40
- name: Enable MQTT and STOMP plugins
41
run: docker exec ${{job.services.rabbitmq.id}} rabbitmq-plugins enable rabbitmq_mqtt rabbitmq_stomp
0 commit comments