Skip to content

Commit

Permalink
MOODLE 311
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jan 31, 2021
1 parent c3052c2 commit 7350456
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['master', 'MOODLE_310_STABLE', 'MOODLE_39_STABLE', 'MOODLE_38_STABLE']
moodle-branch: ['master', 'MOODLE_311_STABLE', 'MOODLE_310_STABLE', 'MOODLE_39_STABLE', 'MOODLE_38_STABLE']
php: ['7.4', '7.3']
database: ['mariadb', 'pgsql']

Expand Down Expand Up @@ -114,6 +114,14 @@ jobs:
- name: chrome classic
run: moodle-plugin-ci behat --suite="classic" --profile chrome

- name: admin bookmarks
run: php admin/tool/behat/cli/run.php --profile=chrome --tags=@block_admin_bookmarks
working-directory: moodle

- name: privacy
run: vendor/bin/phpunit --colors --no-coverage --testsuite tool_dataprivacy_testsuite,tool_policy_testsuite,core_privacy_testsuite
working-directory: moodle

- name: coveralls
env:
COVERALLS_RUN_LOCALLY: true
Expand Down

0 comments on commit 7350456

Please sign in to comment.