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 ed609e7 commit 5940a26Copy full SHA for 5940a26
.github/workflows/test-linux.yml
@@ -31,12 +31,12 @@ jobs:
31
with:
32
distribution: 'zulu'
33
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
+ - name: Cache Maven packages
+ uses: actions/cache@v2
+ with:
+ path: ~/.m2
+ key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
+ 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
42
- name: Test
0 commit comments