Skip to content

Commit

Permalink
Merge pull request #804 from nodlesh/fix-agent-logs-in-pipeline
Browse files Browse the repository at this point in the history
debug test container for location of logs
  • Loading branch information
swcurran committed May 13, 2024
2 parents 688500a + 4b75328 commit 599b736
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions actions/run-test-harness-wo-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ runs:
with:
dest: "./.logs/docker-logs"
- name: Debug List agent log files in AATH folder
run: ls -l /aries-test-harness/logs
run: ls -l /aries-test-harness/.logs
shell: bash
- name: Debug where are we
run: pwd
shell: bash
- name: Debug what is in this location
run: ls -ltr
shell: bash
- name: archive logs
if: ${{ always() }}
Expand All @@ -67,7 +73,7 @@ runs:
uses: actions/upload-artifact@v4
with:
name: agent-logs
path: /aries-test-harness/logs
path: /aries-test-harness/.logs
retention-days: 14
branding:
icon: "mic"
Expand Down

0 comments on commit 599b736

Please sign in to comment.