mirror of
https://github.com/canonical/ubuntu-desktop-provision.git
synced 2025-07-20 16:45:49 +00:00
fix(ci): remove cleanup step
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -312,12 +312,6 @@ jobs:
|
||||
go install github.com/AlekSi/gocov-xml@latest
|
||||
gocov convert /tmp/coverage.out | gocov-xml > coverage/report_co.xml
|
||||
|
||||
- name: Cleanup
|
||||
run: |
|
||||
melos clean
|
||||
melos exec -c 1 flutter clean
|
||||
rm -rf .fvm
|
||||
|
||||
- name: Upload coverage reports
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user