We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b0f03 commit b15dee8Copy full SHA for b15dee8
.github/workflows/test-php.yml
@@ -56,6 +56,8 @@ jobs:
56
tools: phpunit-polyfills
57
- name: Checkout source code
58
uses: actions/checkout@v2
59
+ - name: Install Subversion
60
+ run: sudo apt-get update && sudo apt-get install -y subversion
61
- name: Install WordPress Test Suite
62
run: |
63
bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }}
0 commit comments