mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fix workload file
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -30,9 +30,9 @@ jobs:
|
|||||||
- 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@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: logs
|
path: logs
|
||||||
|
|||||||
Reference in New Issue
Block a user