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
|
||||
path: exported_docs.zip
|
||||
|
||||
- name: mvn verify
|
||||
run: mvn verify
|
||||
# - name: mvn verify
|
||||
# run: mvn verify
|
||||
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-results
|
||||
path: |
|
||||
[a-zA-Z]**/logs/*
|
||||
# - name: Archive Test Results
|
||||
# if: always()
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: test-results
|
||||
# path: |
|
||||
# [a-zA-Z]**/logs/*
|
||||
|
||||
|
||||
docs:
|
||||
|
||||
Reference in New Issue
Block a user