Skip to content

Commit

Permalink
Install svn with test workflows (PR #125)
Browse files Browse the repository at this point in the history
* install svn with test workflows
* fix tests
  • Loading branch information
wordpressfan authored Jan 21, 2025
1 parent d0cb11a commit 4c9959d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install SVN
run: sudo apt-get install subversion

- name: Install SVN
run: sudo apt-get install subversion

- name: Start mysql service
run: sudo /etc/init.d/mysql start

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install SVN
run: sudo apt-get install subversion

- name: Install SVN
run: sudo apt-get install subversion

- name: Start mysql service
run: sudo /etc/init.d/mysql start

Expand Down
2 changes: 1 addition & 1 deletion src/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function getYoutubeThumbnailScript( $args = [] ) {
}
}

$button_aria_label = $args['button_arial_label'];
$button_aria_label = $args['button_aria_label'];

/**
* Filters the patterns excluded from lazyload for youtube thumbnails.
Expand Down

0 comments on commit 4c9959d

Please sign in to comment.