From cb1a618ec2aa554ed9c6603e785dd3dad95d2c1f Mon Sep 17 00:00:00 2001 From: Sheldon Regular Date: Tue, 14 May 2024 10:30:24 -0400 Subject: [PATCH 1/2] debug test container for location of logs Signed-off-by: Sheldon Regular --- actions/run-test-harness-wo-reports/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actions/run-test-harness-wo-reports/action.yml b/actions/run-test-harness-wo-reports/action.yml index a40197ba..eb4f0e36 100644 --- a/actions/run-test-harness-wo-reports/action.yml +++ b/actions/run-test-harness-wo-reports/action.yml @@ -58,8 +58,9 @@ runs: pwd ls -ltr ls -l / - ls -l /aries-test-harness - ls -l /aries-agent-test-harness + ls -l ./test-harness + ls -l ./test-harness/.logs + ls -l ./test-harness/logs shell: bash - name: archive logs if: ${{ always() }} @@ -73,7 +74,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" From 318a10f2e19ec41f942a1e8693ac433bf8da7052 Mon Sep 17 00:00:00 2001 From: Sheldon Regular Date: Tue, 14 May 2024 11:30:20 -0400 Subject: [PATCH 2/2] change archile logs to proper agent log location Signed-off-by: Sheldon Regular --- actions/run-test-harness-wo-reports/action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/actions/run-test-harness-wo-reports/action.yml b/actions/run-test-harness-wo-reports/action.yml index eb4f0e36..2786c990 100644 --- a/actions/run-test-harness-wo-reports/action.yml +++ b/actions/run-test-harness-wo-reports/action.yml @@ -52,16 +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 ./test-harness - ls -l ./test-harness/.logs - ls -l ./test-harness/logs - shell: bash - name: archive logs if: ${{ always() }} uses: actions/upload-artifact@v4