mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
disable maven caching in preview for diagnostics
This commit is contained in:
parent
762f2e71c3
commit
de7152c65b
12
.github/workflows/preview.yml
vendored
12
.github/workflows/preview.yml
vendored
@ -49,12 +49,12 @@ jobs:
|
|||||||
- name: install fuse2
|
- name: install fuse2
|
||||||
run: sudo apt install libfuse2
|
run: sudo apt install libfuse2
|
||||||
|
|
||||||
- name: Cache Maven packages
|
# - name: Cache Maven packages
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ~/.m2
|
# path: ~/.m2
|
||||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: ${{ runner.os }}-m2
|
# restore-keys: ${{ runner.os }}-m2
|
||||||
|
|
||||||
- name: read versions
|
- name: read versions
|
||||||
id: versions
|
id: versions
|
||||||
|
Loading…
Reference in New Issue
Block a user