You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
12
12
### Fixed
13
13
-`moodle-plugin-ci grunt` now only runs against the `yui/src` directory when configuring the YUI task.
14
14
This resolves an issue where an "Unable to find local grunt" message was reported when code was structured in a legacy
15
-
format. See #46 for more details.
15
+
format. See [#46](https://github.com/moodlehq/moodle-plugin-ci/issues/46) for more details.
16
16
17
17
### Changed
18
18
-`moodle-plugin-ci phpunit` when coverage report is included, phpdbg is called with ignore memory limits param
@@ -21,7 +21,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
21
21
22
22
### Added
23
23
- Detect existence of legacy php-webdriver, and use a different Firefox image when it is in use.
24
-
-GitHub Actions use manual and example.
24
+
-Add [manual](https://github.com/moodlehq/moodle-plugin-ci/blob/master/docs/index.md) and [example](https://github.com/moodlehq/moodle-plugin-ci/blob/master/docs/GHAFileExplained.md) on using GitHub Actions as CI tool.
0 commit comments