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 526f828 commit d74b1c6Copy full SHA for d74b1c6
.github/workflows/test-php.yml
@@ -19,8 +19,6 @@ jobs:
19
extensions: simplexml
20
- name: Checkout source code
21
uses: actions/checkout@v2
22
- - name: Install Subversion
23
- run: sudo apt-get update && sudo apt-get install -y subversion
24
- name: Get Composer Cache Directory
25
id: composer-cache
26
run: |
@@ -58,6 +56,8 @@ jobs:
58
56
tools: phpunit-polyfills
59
57
60
+ - name: Install Subversion
+ run: sudo apt-get update && sudo apt-get install -y subversion
61
- name: Install WordPress Test Suite
62
63
bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }}
0 commit comments