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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
c1777733
Commit
c1777733
authored
2 years ago
by
Alexander Bias
Committed by
Alexander Bias
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated Moodle Plugin CI to latest upstream recommendations
parent
c550278b
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
+4
-4
4 additions, 4 deletions
.github/workflows/moodle-plugin-ci.yml
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
with
8 additions
and
4 deletions
.github/workflows/moodle-plugin-ci.yml
+
4
−
4
View file @
c1777733
...
...
@@ -4,11 +4,11 @@ on: [push, pull_request]
jobs
:
test
:
runs-on
:
ubuntu-
18
.04
runs-on
:
ubuntu-
22
.04
services
:
postgres
:
image
:
postgres:1
0
image
:
postgres:1
2
env
:
POSTGRES_USER
:
'
postgres'
POSTGRES_HOST_AUTH_METHOD
:
'
trust'
...
...
@@ -36,7 +36,7 @@ jobs:
steps
:
-
name
:
Check out repository code
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
plugin
...
...
@@ -108,4 +108,4 @@ jobs:
-
name
:
Behat features
if
:
${{ always() }}
run
:
moodle-plugin-ci behat --profile chrome --suite=boost_campus
run
:
moodle-plugin-ci behat --profile chrome
--auto-rerun 0
--suite=boost_campus
This diff is collapsed.
Click to expand it.
CHANGES.md
+
4
−
0
View file @
c1777733
...
...
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
*
2022-11-28 - Updated Moodle Plugin CI to latest upstream recommendations
### v3.11-r4
*
2022-11-03 - Bugfix: Return Boost Campus favicon as moodle_url instead of string, solves #120.
...
...
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