mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -58,7 +58,6 @@ jobs:
|
||||
node --version
|
||||
curl --version
|
||||
git --version
|
||||
svn --version
|
||||
|
||||
- name: Install npm Dependencies
|
||||
run: npm ci
|
||||
|
||||
@@ -69,7 +69,6 @@ jobs:
|
||||
node --version
|
||||
curl --version
|
||||
git --version
|
||||
svn --version
|
||||
|
||||
- name: Install Core Dependencies
|
||||
run: npm ci
|
||||
|
||||
1
.github/workflows/coding-standards.yml
vendored
1
.github/workflows/coding-standards.yml
vendored
@@ -162,7 +162,6 @@ jobs:
|
||||
npm --version
|
||||
node --version
|
||||
git --version
|
||||
svn --version
|
||||
|
||||
- name: Install npm Dependencies
|
||||
run: npm ci
|
||||
|
||||
1
.github/workflows/end-to-end-tests.yml
vendored
1
.github/workflows/end-to-end-tests.yml
vendored
@@ -87,7 +87,6 @@ jobs:
|
||||
node --version
|
||||
curl --version
|
||||
git --version
|
||||
svn --version
|
||||
locale -a
|
||||
|
||||
- name: Install npm Dependencies
|
||||
|
||||
1
.github/workflows/javascript-tests.yml
vendored
1
.github/workflows/javascript-tests.yml
vendored
@@ -77,7 +77,6 @@ jobs:
|
||||
npm --version
|
||||
node --version
|
||||
git --version
|
||||
svn --version
|
||||
|
||||
- name: Install npm Dependencies
|
||||
run: npm ci
|
||||
|
||||
1
.github/workflows/performance.yml
vendored
1
.github/workflows/performance.yml
vendored
@@ -121,7 +121,6 @@ jobs:
|
||||
node --version
|
||||
curl --version
|
||||
git --version
|
||||
svn --version
|
||||
locale -a
|
||||
|
||||
- name: Install npm dependencies
|
||||
|
||||
1
.github/workflows/phpunit-tests-run.yml
vendored
1
.github/workflows/phpunit-tests-run.yml
vendored
@@ -124,7 +124,6 @@ jobs:
|
||||
node --version
|
||||
curl --version
|
||||
git --version
|
||||
svn --version
|
||||
composer --version
|
||||
locale -a
|
||||
|
||||
|
||||
1
.github/workflows/test-coverage.yml
vendored
1
.github/workflows/test-coverage.yml
vendored
@@ -117,7 +117,6 @@ jobs:
|
||||
node --version
|
||||
curl --version
|
||||
git --version
|
||||
svn --version
|
||||
composer --version
|
||||
locale -a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user