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:
parent
6b410c432c
commit
91d0ebd63f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue