Skip to content

Commit bd23b5f

Browse files
authored
Fixing plugin-github.mustache so it executes correctly (#379)
1 parent 3759131 commit bd23b5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/plugin-github.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{=<% %>=}}
12
name: Testing
23

34
on:
@@ -31,6 +32,9 @@ jobs:
3132
php-version: ${{ matrix.php-version }}
3233
tools: phpunit-polyfills:1.1
3334

35+
- name: Install SVN
36+
run: sudo apt-get update && sudo apt-get install -y subversion
37+
3438
- name: Setup tests
3539
run: bash bin/install-wp-tests.sh wordpress_tests root root 127.0.0.1 latest true
3640

0 commit comments

Comments
 (0)