From d182f583bd95bc2896ffe7a305cea825945abbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Tue, 16 Apr 2024 13:37:43 +0200 Subject: [PATCH] Fix coveralls failing on build re-runs See https://github.com/lemurheavy/coveralls-public/issues/1716#issuecomment-1594019773 --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5b0eda7..b371943 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,6 +6,9 @@ on: schedule: - cron: '0 3 * * *' +env: + COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }} + jobs: tests: runs-on: ubuntu-latest