Skip to content

Commit 0b33010

Browse files
refactor: pass --do-not-cache-result to prevent shared cache corruption (#10098)
Co-authored-by: John Paul E Balandan <paulbalandan@gmail.com>
1 parent 7fa1101 commit 0b33010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/run-random-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ run_component_tests() {
486486
"$test_dir"
487487
"--colors=never"
488488
"--no-coverage"
489+
"--do-not-cache-result"
489490
"--order-by=random"
490491
"--random-order-seed=${random_seed}"
491492
"--log-events-text"
@@ -611,7 +612,7 @@ run_component_tests() {
611612
fi
612613

613614
{
614-
echo "> ${phpunit_args[@]:0:6}"
615+
echo "> ${phpunit_args[@]:0:7}"
615616
echo ""
616617
echo "$output"
617618
echo "$predecessor_info"

0 commit comments

Comments
 (0)