mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 08:46:56 -06:00
fix workload file
This commit is contained in:
parent
332c24a647
commit
5ee2e71e7b
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
- name: mvn verify
|
||||
run: mvn verify
|
||||
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: test-results
|
||||
path: logs
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: test-results
|
||||
path: logs
|
||||
|
Loading…
Reference in New Issue
Block a user