Skip to content

Commit

Permalink
classic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jan 6, 2021
1 parent 4cd5d58 commit a21b47c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ jobs:
- name: chrome
run: moodle-plugin-ci behat --profile chrome

- name: init classic
run: php moodle/admin/tool/behat/cli/init.php -a="classic"

- name: firefox classic
run: moodle-plugin-ci behat --suite="classic"

- name: chrome classic
run: moodle-plugin-ci behat --suite="classic" --profile chrome

- name: coveralls
env:
COVERALLS_RUN_LOCALLY: true
Expand Down

0 comments on commit a21b47c

Please sign in to comment.