mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
actions diagnostics
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -30,6 +30,14 @@ jobs:
|
||||
- name: mvn verify
|
||||
run: mvn verify
|
||||
|
||||
- name: pwd
|
||||
if: always()
|
||||
run: pwd
|
||||
|
||||
- name: ls
|
||||
if: always()
|
||||
run: ls
|
||||
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user