mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Disabled verify for testing
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -37,16 +37,16 @@ jobs:
|
|||||||
name: exported-docs
|
name: exported-docs
|
||||||
path: exported_docs.zip
|
path: exported_docs.zip
|
||||||
|
|
||||||
- name: mvn verify
|
# - name: mvn verify
|
||||||
run: mvn verify
|
# run: mvn verify
|
||||||
|
|
||||||
- name: Archive Test Results
|
# - name: Archive Test Results
|
||||||
if: always()
|
# if: always()
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: test-results
|
# name: test-results
|
||||||
path: |
|
# path: |
|
||||||
[a-zA-Z]**/logs/*
|
# [a-zA-Z]**/logs/*
|
||||||
|
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|||||||
Reference in New Issue
Block a user