Skip to content

Commit

Permalink
Adding step in wp-test flow to install SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
Preeti John Mayyanad authored and Preeti John Mayyanad committed Oct 15, 2024
1 parent b965ea9 commit ff01913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10

steps:
- name: Install subversion
run: sudo apt-get install -y subversion

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit ff01913

Please sign in to comment.