Skip to content

Commit 3ed89cb

Browse files
authored
Merge pull request #1232 from woocommerce/fix/failing-ci
2 parents 32c61cb + d167299 commit 3ed89cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
mv /tmp/phpunit ./vendor/bin/phpunit
8282
fi
8383
84+
- name: Install Subversion
85+
run: sudo apt-get update && sudo apt-get install -y subversion
86+
8487
- name: Init DB and WP
8588
run: ./tests/bin/install.sh woo_test root root 127.0.0.1 ${{ matrix.wp }}
8689

0 commit comments

Comments
 (0)