From a4b92b7e219dccce2eb5fc297c676d388d7177df Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 3 Dec 2020 13:25:54 +1300 Subject: [PATCH] See if I can use chrome for behat tests. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e6612f..9bf0172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,4 +80,4 @@ jobs: moodle-plugin-ci grunt || true moodle-plugin-ci phpdoc || true moodle-plugin-ci phpunit || true - moodle-plugin-ci behat || true + moodle-plugin-ci behat --profile chrome || true