We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356b1af commit 25cc97bCopy full SHA for 25cc97b
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -593,7 +593,7 @@ jobs:
593
# a single PHP loop; hangs past our 10-minute step budget on
594
# this runner. Pure PHP (doesn't touch Turso), skipping until
595
# it can run in its own process.
596
- skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_Lexer_Tests).+'
+ skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_).+'
597
timeout --kill-after=10 600 \
598
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
599
--debug \
0 commit comments