disabled cache

This commit is contained in:
Eugene Taranov
2020-06-18 22:25:49 +03:00
parent efc7d3289a
commit f108f3c475

View File

@@ -37,11 +37,11 @@ jobs:
repository: Telecominfraproject/wlan-cloud-root repository: Telecominfraproject/wlan-cloud-root
path: wlan-cloud-root path: wlan-cloud-root
fetch-depth: 0 fetch-depth: 0
- name: Cache Maven packages # - name: Cache Maven packages
uses: actions/cache@v1 # uses: actions/cache@v1
with: # with:
path: ~/.m2 # path: ~/.m2
key: ${{ runner.os }}-m2 # key: ${{ runner.os }}-m2
- name: Set up JDK 14 - name: Set up JDK 14
uses: actions/setup-java@v1 uses: actions/setup-java@v1
with: with: