Build/Test Tools: Ensure the failed workflow tasks run last for e2e tests.

This is a follow-up to [56926], where this logic has been reintroduced after it was originally removed in [56198].

Props desrosj.
See #59517.
Built from https://develop.svn.wordpress.org/trunk@56942


git-svn-id: http://core.svn.wordpress.org/trunk@56453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2023-10-16 14:34:21 +00:00
parent 89a5bbb997
commit a69a0dfcb0

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta4-56941';
$wp_version = '6.4-beta4-56942';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.