Skip to content

Commit

Permalink
Try installing SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 27, 2024
1 parent ddd8a16 commit bd83f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cp-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
coverage: none
tools: composer, phpunit-polyfills
extensions: mysql
- name: Ensure SVN is Installed
run: sudo apt install -y svn
- name: Install Composer dependencies for PHP
uses: "ramsey/composer-install@v2"
- name: Setup Test Environment
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wp-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
coverage: none
tools: composer, phpunit-polyfills
extensions: mysql
- name: Ensure SVN is Installed
run: sudo apt install -y svn
- name: Install Composer dependencies for PHP
uses: "ramsey/composer-install@v2"
- name: Setup Test Environment
Expand Down

0 comments on commit bd83f58

Please sign in to comment.