actions refinement: lose diags, limit log artifacts

This commit is contained in:
Jonathan Shook 2022-06-24 17:19:46 -05:00
parent cb4c033a63
commit 334fb54fc8

View File

@ -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/*