Skip to content

Commit

Permalink
Merge pull request #802 from nodlesh/fix-agent-logs-in-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran committed May 10, 2024
2 parents 04f8d28 + 32f3e4d commit d541763
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions actions/run-test-harness-wo-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ runs:
uses: jwalton/gh-docker-logs@v2
with:
dest: "./.logs/docker-logs"
- name: Debug List docker log files
run: ls -l ./.logs/docker-logs
shell: bash
- name: Debug List agent log files
run: ls -l ./.logs
shell: bash
- name: Debug List agent log files in AATH folder
run: ls -l /aries-agent-test-harness/.logs
shell: bash
- name: archive logs
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d541763

Please sign in to comment.