Skip to content

Commit 634d3f6

Browse files
committed
use correct trunk branch
1 parent 7859375 commit 634d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ install_test_suite() {
148148
mkdir -p $WP_TESTS_DIR
149149

150150
if [[ $WP_TESTS_TAG == 'trunk' ]]; then
151-
ref=master
151+
ref=trunk
152152
archive_url="https://github.com/WordPress/wordpress-develop/archive/refs/heads/${ref}.tar.gz"
153153
elif [[ $WP_TESTS_TAG == branches/* ]]; then
154154
ref=${WP_TESTS_TAG#branches/}

0 commit comments

Comments
 (0)