ci: remove unnecessary directory listings from test run for cleaner output

This commit is contained in:
Carlos Santos 2025-05-14 15:48:49 +02:00
parent df1d339fcf
commit 85985274ed

View File

@ -53,9 +53,6 @@ jobs:
run: wait-on --timeout 30000 http://localhost:5080
- name: Run tests
run: |
ls -al backend/public
ls -al backend/public/webcomponent
cd frontend/webcomponent
# Install Playwright browsers
mkdir -p /tmp/ms-playwright