We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--do-not-cache-result
1 parent 7fa1101 commit 0b33010Copy full SHA for 0b33010
1 file changed
.github/scripts/run-random-tests.sh
@@ -486,6 +486,7 @@ run_component_tests() {
486
"$test_dir"
487
"--colors=never"
488
"--no-coverage"
489
+ "--do-not-cache-result"
490
"--order-by=random"
491
"--random-order-seed=${random_seed}"
492
"--log-events-text"
@@ -611,7 +612,7 @@ run_component_tests() {
611
612
fi
613
614
{
- echo "> ${phpunit_args[@]:0:6}"
615
+ echo "> ${phpunit_args[@]:0:7}"
616
echo ""
617
echo "$output"
618
echo "$predecessor_info"
0 commit comments