1
0

Fix test flow on Mac
All checks were successful
Build and test project / build-and-test (push) Successful in 1m34s

This commit is contained in:
2026-03-21 13:57:44 +01:00
parent f5fa27e00f
commit 59f5823696

View File

@@ -23,5 +23,6 @@ echo "=== Running E2E tests (Playwright) ==="
cd "$SCRIPT_DIR/tests/e2e"
if [ ! -d "node_modules" ]; then
npm install
npx playwright install --with-deps
fi
npm test