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.
This commit is contained in:
maguire-arman 2025-07-10 10:46:18 -04:00
parent 6b410c432c
commit 91d0ebd63f

View file

@ -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 \