Skip to content

Commit

Permalink
fix: install svn
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Feb 19, 2025
1 parent cf3b2d8 commit 60077de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
tools: phpunit-polyfills
- name: Checkout source code
uses: actions/checkout@v2
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion
- name: Install WordPress Test Suite
run: |
bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }}
Expand All @@ -66,8 +68,6 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion
- name: Install composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run phpunit
Expand Down

0 comments on commit 60077de

Please sign in to comment.