Build/Test Tools: Remove svn debug command.

SVN support has officially been sunset by GitHub. While SVN was not has not been utilized in GitHub Action workflows, the version of SVN being used has been output for debugging purposes.

This removes those debug lines to prevent encountering failures as new versions of test runners are pushed out without `svn` installed.

See https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/.

See #59805.

git-svn-id: https://develop.svn.wordpress.org/trunk@57249 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2024-01-08 15:49:27 +00:00
parent 8b2ed2fe62
commit cc645160ab
8 changed files with 0 additions and 8 deletions

View File

@@ -77,7 +77,6 @@ jobs:
npm --version
node --version
git --version
svn --version
- name: Install npm Dependencies
run: npm ci