mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-26 15:36:33 -06:00
actions refinement: lose diags, limit log artifacts
This commit is contained in:
parent
cb4c033a63
commit
334fb54fc8
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -30,18 +30,10 @@ 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@v3
|
||||
with:
|
||||
name: test-results
|
||||
path: |
|
||||
**/logs/*
|
||||
[a-zA-Z]**/logs/*
|
||||
|
Loading…
Reference in New Issue
Block a user