Skip to content

Commit

Permalink
add a step on test to install subversion
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
  • Loading branch information
MocioF committed Jan 1, 2025
1 parent e9f7310 commit cb5595e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
env:
fail-fast: true

- name: Install Subversion
run: sudo apt-get install subversion

- name: Setup Wordpress over phpunit
run: bash bin/install-wp-tests.sh wordpress root password 127.0.0.1:${{ job.services.mysql.ports[3306] }} ${{ matrix.wordpress-version }} true

Expand Down

0 comments on commit cb5595e

Please sign in to comment.