mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
chore(ci): add coverage upload
This commit is contained in:
parent
5532c4e905
commit
3369d2427c
2 changed files with 9 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -147,6 +147,10 @@ jobs:
|
|||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install mkdocs
|
||||
run: |
|
||||
pip install \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue