Skip to content

Commit

Permalink
Install svn before checking out the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rinatkhaziev authored Dec 20, 2024
1 parent 643cec3 commit cd8b8a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- 3306
options: --health-cmd="healthcheck.sh --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
steps:
- name: Install svn
run: sudo apt-get update && sudo apt-get install -y subversion
shell: bash

- name: Check out source code
uses: actions/checkout@v3.3.0

Expand Down

0 comments on commit cd8b8a3

Please sign in to comment.