From 91d0ebd63f2f001c5b55179b47acfa4bca7a12fb Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Thu, 10 Jul 2025 10:46:18 -0400 Subject: [PATCH] Updates test results directory path. Updates the path to the test results directory in the workflow file to reflect the new location. This ensures the workflow correctly accesses and reports test results. --- temp/playwright-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/playwright-test.yml b/temp/playwright-test.yml index 5ebff2a0a..fff423060 100644 --- a/temp/playwright-test.yml +++ b/temp/playwright-test.yml @@ -254,7 +254,7 @@ jobs: ls -al ./ortoni-report || echo "No ortoni-report directory found" echo "📂 Contents of /app/test-results (if mounted later):" - ls -al /app/test-results || echo "No /app/test-results directory found" + ls -al /app/playwright-tests/test-results || echo "No /app/test-results directory found" container_id=$(docker create \ --ipc=host \