From 2031a3478b9f7169560c93e6bbb355425918c884 Mon Sep 17 00:00:00 2001 From: Markus Heck <51326311+Glutamat42@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:39:12 +0200 Subject: [PATCH] Update moodle-ci.yml --- .github/workflows/moodle-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 2dc0f8a..87f937a 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -147,6 +147,12 @@ jobs: ## workaround for https://github.com/php-coveralls/php-coveralls/issues/358 #unset GITHUB_ACTIONS #php ../../vendor/bin/php-coveralls --coverage_clover=coverage.xml -v --json_path coveralls_upload.json --exclude-no-stmt + + + - name: Close parallel build + uses: coverallsapp/github-action@v1 + with: + parallel-finished: true # There are no behat tests # - name: Behat features # if: ${{ always() }}