fix(ci): remove unnecessary comment from workflow

This commit is contained in:
amanape 2025-12-09 17:48:19 +04:00
parent 8815665abe
commit 7d7d889b89

View File

@ -41,6 +41,4 @@ jobs:
run: npm run build
- name: Run tests and collect coverage
working-directory: ./frontend
# Use --no-file-parallelism to prevent race conditions in WebSocket tests
# See: https://github.com/All-Hands-AI/OpenHands/issues/11944
run: npm run test