Skip to content

Commit

Permalink
Merge pull request #383 from Yoast/OPS-4410-fix-SVN-installation
Browse files Browse the repository at this point in the history
Adding step in wp-test flow to install SVN
  • Loading branch information
PreeJM authored Oct 16, 2024
2 parents b965ea9 + ff01913 commit 42ac45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10

steps:
- name: Install subversion
run: sudo apt-get install -y subversion

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 42ac45d

Please sign in to comment.