Skip to content

Commit

Permalink
Build/Test Tools: Remove an unnecessary call to svn in a debugging step.
Browse files Browse the repository at this point in the history
None of the steps in any of the workflows use svn, so this debugging step is unnecessary, and svn has been removed in the ubuntu-24.04 runner which will be rolling out to GitHub Actions imminently.

See #62221


git-svn-id: https://develop.svn.wordpress.org/trunk@59534 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
johnbillion committed Dec 18, 2024
1 parent 2238011 commit 7af0469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable-phpunit-tests-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
node --version
curl --version
git --version
svn --version
- name: Log running Docker containers
run: docker ps -a
Expand Down

0 comments on commit 7af0469

Please sign in to comment.