From 6f80b68ecec54aa71d243412928c31d2f668456a Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Thu, 11 Apr 2024 20:54:15 -0300 Subject: [PATCH] Debug CI --- src/src/LocalTests/E2E/Runner/PlaywrightRunner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php b/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php index 2d30e113..ed3bcd59 100644 --- a/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php +++ b/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php @@ -150,7 +150,7 @@ public function run_test( E2EEnvInfo $env_info, array $test_infos, TestResult $t 'sh', '-c', "cd /qit/tests/e2e $dependencies_command" . - "npx playwright test $options --config /qit/tests/e2e/qit-playwright.config.js --output /qit/results/playwright $shard", + "cat /qit/tests/e2e/qit-playwright.config.js && npx playwright test $options --config /qit/tests/e2e/qit-playwright.config.js --output /qit/results/playwright $shard", ] ); // Pull the image.