fix behat: add new steps definitions to make sure block drawer remain… #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Moodle Plugin CI | |
######################################################################################################################## | |
on: [ push, pull_request ] | |
######################################################################################################################## | |
jobs: | |
call-moodle-ci-workflow: | |
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main | |
with: | |
requires-block-plugin: true | |
branch-block-plugin: main |