Skip to content

Commit

Permalink
Install svn in unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozanakgul committed Jan 21, 2025
1 parent 20397ef commit de429ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Prepare MySQL
uses: woocommerce/grow/prepare-mysql@actions-v1

- name: Install svn
run: sudo apt-get install subversion -y

- name: Install WP tests
run: ./bin/install-wp-tests.sh wordpress_test root root localhost ${{ matrix.wp-version }}

Expand Down

0 comments on commit de429ae

Please sign in to comment.