Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Nov 26, 2021
1 parent 1b9b823 commit d688c67
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

services:
postgres:
image: postgres
image: postgres:10
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -36,7 +36,7 @@ jobs:
- 5432:5432

mariadb:
image: mariadb
image: mariadb:10.5
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
Expand Down
2 changes: 1 addition & 1 deletion amd/build/reportcategories.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/userselector.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/src/reportcategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define(['jquery'], function($) {
/**
* Event handler for expanding or collapsing one section.
*
* @param {Event} DOM event.
* @param {Event} e DOM event.
*/
expandCollapseAll: function(e) {
if ($('.csql_categoryshown').length === 0) {
Expand Down
1 change: 0 additions & 1 deletion amd/src/userselector.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* JavaScript module to work with the auto-complete of users.
*
* @module report_customsql/userselector
* @package report_customsql
* @copyright 2020 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ body.path-admin-report-customsql a.view-category {

#page-admin-report-customsql-edit #id_querysql {
min-width: 100%;
font-family: "SF Mono", "Monaco", "Andale Mono", Consolas, "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
font-family: monospace;
line-height: 1.4;
}

0 comments on commit d688c67

Please sign in to comment.