Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Dec 5, 2020
1 parent ac07e9e commit 06c35f1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
include:
- php: '7.4'
moodle-branch: 'master'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
- php: '7.4'
moodle-branch: 'MOODLE_310_STABLE'
- php: '7.4'
moodle-branch: 'MOODLE_39_STABLE'
- php: '7.4'
moodle-branch: 'MOODLE_38_STABLE'
#- php: '7.4'
# moodle-branch: 'MOODLE_311_STABLE'
#- php: '7.4'
# moodle-branch: 'MOODLE_310_STABLE'
#- php: '7.4'
# moodle-branch: 'MOODLE_39_STABLE'
#- php: '7.4'
# moodle-branch: 'MOODLE_38_STABLE'

steps:
- name: Checkout plugin
Expand Down Expand Up @@ -107,7 +107,8 @@ jobs:

- name: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_RUN_LOCALLY: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
base-path: /home/runner/work/moodle-availability_language/moodle-availability_language/moodle/availability/condition/language
run: moodle-plugin-ci coveralls-upload
if: matrix.moodle-branch == 'master'

0 comments on commit 06c35f1

Please sign in to comment.