Skip to content

Commit

Permalink
Refine github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Jul 25, 2023
1 parent 185ee76 commit c01774b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
CODECHECKER_IGNORE_PATHS: CssToInlineStyles, emls
PHPDOCCHECKER_IGNORE_PATHS: CssToInlineStyles, emls
CODECHECKER_IGNORE_PATHS: CssToInlineStyles, emls, lib/Models, lib/CwsDebug.php, lib/CwsDump.php, lib/Handler.php
PHPDOCCHECKER_IGNORE_PATHS: CssToInlineStyles, emls, lib/Models, lib/CwsDebug.php, lib/CwsDump.php, lib/Handler.php
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3
Expand Down

0 comments on commit c01774b

Please sign in to comment.