Skip to content

Commit

Permalink
Merge pull request #805 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 599b736 + e1638e2 commit f57199d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions actions/run-test-harness-wo-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ runs:
uses: jwalton/gh-docker-logs@v2
with:
dest: "./.logs/docker-logs"
- name: Debug List agent log files in AATH folder
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
run: |
set -x
pwd
ls -ltr
ls -l /
ls -l /aries-test-harness
ls -l /aries-agent-test-harness
shell: bash
- name: archive logs
if: ${{ always() }}
Expand Down

0 comments on commit f57199d

Please sign in to comment.