actions diagnostics

This commit is contained in:
Jonathan Shook 2022-06-24 11:12:15 -05:00
parent 5ee2e71e7b
commit e062e6f0cd

View File

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