Skip to content

Commit

Permalink
add svn (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Jan 17, 2025
1 parent a3b1dea commit ad16633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ jobs:
DB_PASSWORD: root
DB_HOST: localhost
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Composer dependencies
run: composer install
- name: Setup MySQL
run: |
sudo /etc/init.d/mysql start
mysql -e 'SHOW DATABASES;' -uroot -proot
- name: Install SVN
run: sudo apt-get update && sudo apt-get install -y subversion
- name: Install WP Unit tests
run: |
php -v
Expand Down

0 comments on commit ad16633

Please sign in to comment.