From eee1d4cda0bc105b757a632721b4a5a993ca6125 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 50f82b5..0d428bf 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 c8b467f..035da17 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.9-r6 -- GitLab