Skip to content

Commit

Permalink
Workflows: Install SVN before running tests.
Browse files Browse the repository at this point in the history
Subversion was removed from GitHub Actions' default packages for Ubuntu 24.

The tests installer uses Subversion internally. This change installs Subversion.
  • Loading branch information
costdev committed Jan 8, 2025
1 parent c91e36b commit 5dcd328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
php-version: ${{ matrix.php-version }}
tools: phpunit-polyfills:1.1

- name: Install SVN
run: sudo apt install -y subversion

- name: Setup tests
run: bash bin/install-wp-tests.sh wordpress_tests root root 127.0.0.1 latest true

Expand Down

0 comments on commit 5dcd328

Please sign in to comment.