Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jul 14, 2022
1 parent 584b590 commit bfc902c
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
if: ${{ always() }}
run: moodle-plugin-ci --ansi phpunit --coverage-text --coverage-clover

- name: coveralls
env:
COVERALLS_RUN_LOCALLY: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: moodle-plugin-ci --ansi coveralls-upload

- name: firefox
if: ${{ always() }}
run: moodle-plugin-ci --ansi behat
Expand All @@ -115,20 +121,3 @@ jobs:
- name: chrome classic
if: ${{ always() }}
run: moodle-plugin-ci --ansi behat --suite classic --profile=chrome

- name: admin bookmarks
if: ${{ always() }}
run: php admin/tool/behat/cli/run.php --profile=chrome --tags=@block_admin_bookmarks
working-directory: moodle

- name: privacy
if: ${{ always() }}
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
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: moodle-plugin-ci --ansi coveralls-upload

0 comments on commit bfc902c

Please sign in to comment.