Skip to content

Commit

Permalink
Build/Test Tools: Remove svn debug command.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
desrosj committed Jan 8, 2024
1 parent 8b2ed2f commit cc64516
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/callable-test-core-build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
node --version
curl --version
git --version
svn --version
- name: Install npm Dependencies
run: npm ci
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
node --version
curl --version
git --version
svn --version
- name: Install Core Dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
npm --version
node --version
git --version
svn --version
- name: Install npm Dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
node --version
curl --version
git --version
svn --version
locale -a
- name: Install npm Dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
npm --version
node --version
git --version
svn --version
- name: Install npm Dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
node --version
curl --version
git --version
svn --version
locale -a
- name: Install npm dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
node --version
curl --version
git --version
svn --version
composer --version
locale -a
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
node --version
curl --version
git --version
svn --version
composer --version
locale -a
Expand Down

0 comments on commit cc64516

Please sign in to comment.