mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 02:57:49 +00:00
disabled cache
This commit is contained in:
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user