Skip to content

Commit e8f91eb

Browse files
authored
Merge pull request #869 from nodlesh/fix-agent-logs
Included hidden files when saving logs
2 parents a67a386 + 4dc5cb7 commit e8f91eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/run-test-harness-wo-reports/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ runs:
5959
name: container-logs
6060
path: .logs
6161
retention-days: 14
62+
include-hidden-files: true
6263
- name: archive agent logs
6364
if: ${{ always() }}
6465
uses: actions/upload-artifact@v4
6566
with:
6667
name: agent-logs
6768
path: ./test-harness/.logs
6869
retention-days: 14
70+
include-hidden-files: true
6971
branding:
7072
icon: "mic"
7173
color: "purple"

0 commit comments

Comments
 (0)