Skip to content

Commit

Permalink
Merge pull request #869 from nodlesh/fix-agent-logs
Browse files Browse the repository at this point in the history
Included hidden files when saving logs
  • Loading branch information
swcurran authored Sep 17, 2024
2 parents a67a386 + 4dc5cb7 commit e8f91eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/run-test-harness-wo-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ runs:
name: container-logs
path: .logs
retention-days: 14
include-hidden-files: true
- name: archive agent logs
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: agent-logs
path: ./test-harness/.logs
retention-days: 14
include-hidden-files: true
branding:
icon: "mic"
color: "purple"

0 comments on commit e8f91eb

Please sign in to comment.