mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01: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.
|
# Notify about the completion of all coverage collecting jobs.
|
||||||
finish:
|
finish:
|
||||||
name: Send coverage report
|
name: Send coverage report
|
||||||
if: ${{ always() }}
|
if: ${{ !cancelled() }}
|
||||||
needs: [unit-test, basic-integration-test]
|
needs: [unit-test, basic-integration-test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- name: Send coverage
|
- name: Send coverage
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user