Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
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-qtype_stack
Commits
656e1bfa
Commit
656e1bfa
authored
2 years ago
by
Chris Sangwin
Browse files
Options
Downloads
Patches
Plain Diff
Update CI settings. Move mariadb up in the release cycle.
parent
464f62b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/moodle-ci.yml
+11
-4
11 additions, 4 deletions
.github/workflows/moodle-ci.yml
with
11 additions
and
4 deletions
.github/workflows/moodle-ci.yml
+
11
−
4
View file @
656e1bfa
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ 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
image
:
mariadb:10
.6
env
:
env
:
MYSQL_USER
:
'
root'
MYSQL_USER
:
'
root'
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
true"
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
true"
...
@@ -44,6 +44,10 @@ jobs:
...
@@ -44,6 +44,10 @@ jobs:
moodle-branch
:
'
MOODLE_402_STABLE'
moodle-branch
:
'
MOODLE_402_STABLE'
database
:
'
pgsql'
database
:
'
pgsql'
maxima
:
'
SBCL'
maxima
:
'
SBCL'
-
php
:
'
8.1'
moodle-branch
:
'
MOODLE_402_STABLE'
database
:
'
mariadb'
maxima
:
'
SBCL'
-
php
:
'
8.0'
-
php
:
'
8.0'
moodle-branch
:
'
MOODLE_402_STABLE'
moodle-branch
:
'
MOODLE_402_STABLE'
database
:
'
pgsql'
database
:
'
pgsql'
...
@@ -62,7 +66,7 @@ jobs:
...
@@ -62,7 +66,7 @@ jobs:
maxima
:
'
SBCL'
maxima
:
'
SBCL'
-
php
:
'
7.2'
-
php
:
'
7.2'
moodle-branch
:
'
MOODLE_39_STABLE'
moodle-branch
:
'
MOODLE_39_STABLE'
database
:
'
mariadb
'
database
:
'
pgsql
'
maxima
:
'
SBCL'
maxima
:
'
SBCL'
steps
:
steps
:
...
@@ -79,7 +83,7 @@ jobs:
...
@@ -79,7 +83,7 @@ jobs:
echo "build_info();" | maxima
echo "build_info();" | maxima
-
name
:
Check out repository code
-
name
:
Check out repository code
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
with
:
path
:
plugin
path
:
plugin
...
@@ -170,8 +174,11 @@ jobs:
...
@@ -170,8 +174,11 @@ jobs:
if
:
${{ matrix.moodle-branch == 'MOODLE_311_STABLE' }}
if
:
${{ matrix.moodle-branch == 'MOODLE_311_STABLE' }}
run
:
moodle-plugin-ci grunt
run
:
moodle-plugin-ci grunt
-
name
:
PHPUnit tests
if
:
${{ always() }}
run
:
moodle-plugin-ci phpunit
-
name
:
Behat features
-
name
:
Behat features
if
:
${{ always() }}
if
:
${{ always() }}
run
:
moodle-plugin-ci behat --profile chrome
run
:
moodle-plugin-ci behat --profile chrome
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