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 6d07a84 commit b396241Copy full SHA for b396241
.github/workflows/ci.yml
@@ -96,6 +96,10 @@ jobs:
96
# Step 1: Check out the repository code.
97
- name: Checkout code
98
uses: actions/checkout@v4
99
+
100
+ # Install Subversion
101
+ - name: Install SVN
102
+ run: sudo apt-get update && sudo apt-get install -y subversion
103
104
# Step 2: Set up the WordPress test environment using a dedicated Action.
105
# This action downloads WordPress, the unit test library, and sets up a test database.
0 commit comments