From 06c35f19e69c9ecc0ffdc64862ed166ff64808f2 Mon Sep 17 00:00:00 2001 From: eWallah Date: Sat, 5 Dec 2020 13:38:02 +0100 Subject: [PATCH] coveralls --- .github/workflows/main.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b6d2e3..687e25b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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'