Skip to content

Commit

Permalink
Merge pull request #806 from nodlesh/fix-agent-logs-in-pipeline
Browse files Browse the repository at this point in the history
Fix agent logs in pipeline
  • Loading branch information
swcurran committed May 14, 2024
2 parents f57199d + 318a10f commit ca856fe
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions actions/run-test-harness-wo-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ runs:
uses: jwalton/gh-docker-logs@v2
with:
dest: "./.logs/docker-logs"
- name: Debug where are we
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() }}
uses: actions/upload-artifact@v4
Expand All @@ -73,7 +64,7 @@ runs:
uses: actions/upload-artifact@v4
with:
name: agent-logs
path: /aries-test-harness/.logs
path: ./test-harness/.logs
retention-days: 14
branding:
icon: "mic"
Expand Down

0 comments on commit ca856fe

Please sign in to comment.