Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions templates/plugin-github.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{=<% %>=}}
name: Testing

on:
Expand Down Expand Up @@ -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

Expand Down