Skip to content

Commit

Permalink
Try to fix phpunit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Jan 10, 2025
1 parent a059cfd commit 8fd4c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-phpunit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ runs:
shell: bash
run: composer update

- name: Install Subversion
shell: bash
run: sudo apt-get update && sudo apt-get install -y subversion

# Install WP Tests.
- name: Cache WP Core Files
uses: actions/cache@v3
Expand Down

0 comments on commit 8fd4c8b

Please sign in to comment.