mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
Guess we need the rest of the repo too, surprise.
This commit is contained in:
parent
fac12210cb
commit
89c54af01d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -96,6 +96,10 @@ jobs:
|
||||
- name: "Check out Tahoe-LAFS sources"
|
||||
uses: "actions/checkout@v2"
|
||||
|
||||
- name: "Fetch all history for all tags and branches"
|
||||
run: |
|
||||
git fetch --prune --unshallow
|
||||
|
||||
- name: "Finish Coveralls Reporting"
|
||||
run: |
|
||||
# coveralls-python does have a `--finish` option but it doesn't seem
|
||||
|
Loading…
Reference in New Issue
Block a user