Skip to content

Commit

Permalink
Fix coveralls failing on build re-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Apr 16, 2024
1 parent aadd000 commit d182f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d182f58

Please sign in to comment.