Skip to content

Commit

Permalink
Install SVN in workflows requiring WordPress install (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee authored Jan 14, 2025
1 parent b07b6a9 commit 411070d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v2, phpunit

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

- name: Start mysql service
run: sudo /etc/init.d/mysql start

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v2, phpunit

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

- name: Start mysql service
run: sudo /etc/init.d/mysql start

Expand Down

0 comments on commit 411070d

Please sign in to comment.