Skip to content

Commit

Permalink
BUG: added run number
Browse files Browse the repository at this point in the history
Try adding build number through the GA `run_number` variable to the done call.
  • Loading branch information
aburrell committed Apr 4, 2024
1 parent de87059 commit f386399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
COVERALLS_PARALLEL: true
run: |
curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz
./coveralls done
./coveralls done --build-number ${{ github.run_number }}

0 comments on commit f386399

Please sign in to comment.