Skip to content

Commit b396241

Browse files
committed
fix: install SVN to resolve WordPress test library setup error
1 parent 6d07a84 commit b396241

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
# Step 1: Check out the repository code.
9797
- name: Checkout code
9898
uses: actions/checkout@v4
99+
100+
# Install Subversion
101+
- name: Install SVN
102+
run: sudo apt-get update && sudo apt-get install -y subversion
99103

100104
# Step 2: Set up the WordPress test environment using a dedicated Action.
101105
# This action downloads WordPress, the unit test library, and sets up a test database.

0 commit comments

Comments
 (0)