From d019c44c38749052e8dc5a09670519ade3883d42 Mon Sep 17 00:00:00 2001 From: Andrew Shell Date: Sat, 28 Mar 2026 15:10:38 -0500 Subject: [PATCH] Fixing plugin-github.mustache so it executes correctly --- templates/plugin-github.mustache | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/plugin-github.mustache b/templates/plugin-github.mustache index 8372f78d..f8662591 100644 --- a/templates/plugin-github.mustache +++ b/templates/plugin-github.mustache @@ -1,3 +1,4 @@ +{{=<% %>=}} name: Testing on: @@ -31,6 +32,9 @@ jobs: php-version: ${{ matrix.php-version }} tools: phpunit-polyfills:1.1 + - name: Install SVN + run: sudo apt-get update && sudo apt-get install -y subversion + - name: Setup tests run: bash bin/install-wp-tests.sh wordpress_tests root root 127.0.0.1 latest true