From 7fe90b3eb16089128b7dddbb3b2b9180c60642e2 Mon Sep 17 00:00:00 2001 From: Kacper Pietrzak Date: Mon, 2 Sep 2024 21:41:25 +0200 Subject: [PATCH] WIP --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 979122f..c4df9c3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -25,4 +25,4 @@ jobs: - run: cd reporters/javascript && bun install && bun run build && cd ../.. - run: cd frontend && bun install && cd ../.. - run: cd e2e-tests && bun install && bunx playwright install && cd ../.. - - run: cd e2e-tests && bun run test -- tests/javascript-server/javascript-server.spec.ts && cd ../.. + - run: cd e2e-tests && DEBUG=1 bun run test -- tests/javascript-server/javascript-server.spec.ts && cd ../..