Skip to content

Commit

Permalink
Skip Behat tests
Browse files Browse the repository at this point in the history
- [skip ci]
  • Loading branch information
martignoni committed Nov 21, 2020
1 parent a300850 commit da73b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
MOODLE_BRANCH: MOODLE_310_STABLE
DB: pgsql
CHECK_GRUNT: no
CHECK_BEHAT: no

services:
postgres:
Expand Down Expand Up @@ -82,4 +83,4 @@ jobs:
run: moodle-plugin-ci phpunit

- name: behat
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci behat --profile chrome || [ "$CHECK_BEHAT" = 'no' ]

0 comments on commit da73b9c

Please sign in to comment.