We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e5d78 commit 219ec35Copy full SHA for 219ec35
.github/workflows/moodle-ci.yml
@@ -166,4 +166,4 @@ jobs:
166
167
- name: Behat features
168
if: ${{ always() }}
169
- run: moodle-plugin-ci behat --auto-rerun 0
+ run: moodle-plugin-ci behat --auto-rerun 0 --tags @overviewtesting
tests/behat/overview_report.feature
@@ -1,4 +1,4 @@
1
-@mod @mod_moodleoverflow @javascript
+@mod @mod_moodleoverflow @javascript @overviewtesting
2
Feature: Testing overview integration in moodleoverflow activity
3
In order to summarize the moodleoverflow activity
4
As a user
0 commit comments