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