Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Apr 11, 2024
1 parent ee5a17f commit 6f80b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/LocalTests/E2E/Runner/PlaywrightRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f80b68

Please sign in to comment.