Skip to content

Commit

Permalink
Merge pull request #476 from woocommerce/dev/svn-in-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec authored Dec 14, 2024
2 parents a2c5eb2 + efcbac7 commit b1b3c02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
- name: Set up MySQL
uses: woocommerce/grow/prepare-mysql@actions-v2

- name: Install svn (used for installing WP versions)
run: sudo apt-get -y install subversion

- name: Run PHP unit tests
run: |
WC_VERSIONS=$(echo "${{ matrix.wc-versions }}" | sed -r "s/ *, */ /g")
Expand Down Expand Up @@ -126,6 +129,9 @@ jobs:
- name: Prepare MySQL
uses: woocommerce/grow/prepare-mysql@actions-v2

- name: Install svn (used for installing WP versions)
run: sudo apt-get -y install subversion

- name: Install WP tests
env:
INPUT_WP_RC_VERSION: ${{ inputs.wp-rc-version }}
Expand Down

0 comments on commit b1b3c02

Please sign in to comment.