mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -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
|
||||
run: sudo apt install libfuse2
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
# - name: Cache Maven packages
|
||||
# uses: actions/cache@v4
|
||||
# with:
|
||||
# path: ~/.m2
|
||||
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
# restore-keys: ${{ runner.os }}-m2
|
||||
|
||||
- name: read versions
|
||||
id: versions
|
||||
|
Loading…
Reference in New Issue
Block a user