mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: implement cleanup for codecov action bug
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -81,6 +81,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use_oidc: true
|
use_oidc: true
|
||||||
|
|
||||||
|
- name: Cleanup codecov dirty state files
|
||||||
|
if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04')
|
||||||
|
run: |
|
||||||
|
# See https://github.com/codecov/codecov-action/issues/1851
|
||||||
|
rm -rf codecov codecov.SHA256SUM codecov.SHA256SUM.sig
|
||||||
|
|
||||||
- name: Run json schema extract
|
- name: Run json schema extract
|
||||||
# This should be kept before the repository check to ensure that the schema is up-to-date
|
# This should be kept before the repository check to ensure that the schema is up-to-date
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user