From f108f3c47502232f40a90c43870882a2fc2a1cd7 Mon Sep 17 00:00:00 2001 From: Eugene Taranov Date: Thu, 18 Jun 2020 22:25:49 +0300 Subject: [PATCH] disabled cache --- .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 36fc768..3e5fe53 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: