mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 18:22:25 +02:00
.github: add timeout when sending coverage reports
We also make it cancelable.
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -599,9 +599,10 @@ jobs:
|
||||
# Notify about the completion of all coverage collecting jobs.
|
||||
finish:
|
||||
name: Send coverage report
|
||||
if: ${{ always() }}
|
||||
if: ${{ !cancelled() }}
|
||||
needs: [unit-test, basic-integration-test]
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: Send coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
|
Reference in New Issue
Block a user