Skip to content

Commit

Permalink
Install svn in GitHub Actions
Browse files Browse the repository at this point in the history
It is no longer available by default and needs to be installed manually. Currently still used by the `install-wp-tests.sh` script.
  • Loading branch information
swissspidy committed Jan 13, 2025
1 parent 150a43f commit 6e8b3f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ jobs:
sleep 1
done
- name: Install svn
run: |
sudo apt-get update
sudo apt-get install -y subversion
- name: Set up tests
run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1:${{ job.services.mysql.ports['3306'] }} ${{ matrix.wp }} true

Expand Down

0 comments on commit 6e8b3f3

Please sign in to comment.