From efc7d3289a04934eb42eb3af76bcb3a80ec0da55 Mon Sep 17 00:00:00 2001 From: Eugene Taranov Date: Thu, 18 Jun 2020 22:18:32 +0300 Subject: [PATCH] enable caching --- .github/workflows/sonar.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 3e5fe53..36fc768 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -37,11 +37,11 @@ jobs: repository: Telecominfraproject/wlan-cloud-root path: wlan-cloud-root fetch-depth: 0 - # - name: Cache Maven packages - # uses: actions/cache@v1 - # with: - # path: ~/.m2 - # key: ${{ runner.os }}-m2 + - name: Cache Maven packages + uses: actions/cache@v1 + with: + path: ~/.m2 + key: ${{ runner.os }}-m2 - name: Set up JDK 14 uses: actions/setup-java@v1 with: