Skip to content

Commit

Permalink
Update php-unit-tests.yml to install SVN (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozanakgul authored Jan 21, 2025
1 parent 20397ef commit 6530a5a
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 @@ -34,6 +34,9 @@ jobs:
wp-version: [latest]

steps:
- name: Install SVN
run: sudo apt-get install subversion -y

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 6530a5a

Please sign in to comment.