Skip to content

Commit

Permalink
Add an install svn step to the action that tests with phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz authored Jan 7, 2025
1 parent 2143680 commit acb24da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
# Bust the cache at least once a month - output format: YYYY-MM-DD.
custom-cache-suffix: $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")

# Some images won't have svn available. Install it if that's the case.
- name: Install SVN
run: sudo apt-get update && sudo apt-get install -y subversion

- name: Install WP
shell: bash
run: tests/bin/install-wp-tests.sh wordpress_tests root '' 127.0.0.1:3306 ${{ matrix.wp_version }}
Expand Down

0 comments on commit acb24da

Please sign in to comment.