Skip to content

Commit

Permalink
always collect the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBzH committed Sep 30, 2024
1 parent 7c58b67 commit 130b636
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-avatar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ jobs:
- name: Rootcanal Logs
if: always()
run: cat rootcanal.log
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
if: always()
run: ls -R
- name: Upload Mobly logs
if: always()
uses: actions/upload-artifact@v3
with:
name: mobly-logs
Expand Down

0 comments on commit 130b636

Please sign in to comment.