Skip to content

Commit d74b1c6

Browse files
Update test-php.yml
1 parent 526f828 commit d74b1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
extensions: simplexml
2020
- name: Checkout source code
2121
uses: actions/checkout@v2
22-
- name: Install Subversion
23-
run: sudo apt-get update && sudo apt-get install -y subversion
2422
- name: Get Composer Cache Directory
2523
id: composer-cache
2624
run: |
@@ -58,6 +56,8 @@ jobs:
5856
tools: phpunit-polyfills
5957
- name: Checkout source code
6058
uses: actions/checkout@v2
59+
- name: Install Subversion
60+
run: sudo apt-get update && sudo apt-get install -y subversion
6161
- name: Install WordPress Test Suite
6262
run: |
6363
bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }}

0 commit comments

Comments
 (0)