Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
c5b53b9c
Commit
c5b53b9c
authored
3 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Updated Moodle Plugin CI to latest upstream recommendations
parent
a0f47b03
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/moodle-plugin-ci.yml
+5
-2
5 additions, 2 deletions
.github/workflows/moodle-plugin-ci.yml
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
with
6 additions
and
2 deletions
.github/workflows/moodle-plugin-ci.yml
+
5
−
2
View file @
c5b53b9c
...
@@ -16,10 +16,13 @@ jobs:
...
@@ -16,10 +16,13 @@ jobs:
-
5432:5432
-
5432:5432
options
:
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries
3
options
:
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries
3
mariadb
:
mariadb
:
image
:
mariadb:10
.5
image
:
mariadb:10
env
:
env
:
MYSQL_USER
:
'
root'
MYSQL_USER
:
'
root'
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
true"
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
true"
MYSQL_CHARACTER_SET_SERVER
:
"
utf8mb4"
MYSQL_COLLATION_SERVER
:
"
utf8mb4_unicode_ci"
ports
:
ports
:
-
3306:3306
-
3306:3306
options
:
--health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries
3
options
:
--health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries
3
...
@@ -101,7 +104,7 @@ jobs:
...
@@ -101,7 +104,7 @@ jobs:
-
name
:
PHPUnit tests
-
name
:
PHPUnit tests
if
:
${{ always() }}
if
:
${{ always() }}
run
:
moodle-plugin-ci phpunit
run
:
moodle-plugin-ci phpunit
--fail-on-warning
-
name
:
Behat features
-
name
:
Behat features
if
:
${{ always() }}
if
:
${{ always() }}
...
...
This diff is collapsed.
Click to expand it.
CHANGES.md
+
1
−
0
View file @
c5b53b9c
...
@@ -6,6 +6,7 @@ Changes
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
### Unreleased
*
2022-06-26 - Updated Moodle Plugin CI to latest upstream recommendations
*
2022-06-26 - Add UPGRADE.md as internal upgrade documentation
*
2022-06-26 - Add UPGRADE.md as internal upgrade documentation
*
2022-06-26 - Update maintainers and copyrights in README.md.
*
2022-06-26 - Update maintainers and copyrights in README.md.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment