From 801b9366dc35d6b7b51ae0f87c54814d461c7262 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Sat, 13 Mar 2021 21:50:41 +0100
Subject: [PATCH] Make Behat tests functional again on Github Actions.
---
.github/workflows/moodle-plugin-ci.yml | 2 +-
CHANGES.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml
index 07f6f36..25c7a6d 100644
--- a/.github/workflows/moodle-plugin-ci.yml
+++ b/.github/workflows/moodle-plugin-ci.yml
@@ -103,4 +103,4 @@ jobs:
- name: Behat features
if: ${{ always() }}
- run: moodle-plugin-ci behat --profile chrome
+ run: moodle-plugin-ci behat --profile chrome --suite=boost_campus
diff --git a/CHANGES.md b/CHANGES.md
index 930f3d9..9f7b4ea 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Changes
### Unreleased
+* 2021-03-13 - Make Behat tests functional again on Github Actions.
* 2021-03-13 - Bugfix: Unrestricted self enrolment hint did not respect existing but disabled enrolment instances.
### v3.10-r3
--
GitLab