File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,3 +115,9 @@ jobs:
115115
116116 - name : Check for performance regressions
117117 run : node ci/github-actions/check-for-performance-regressions.js
118+
119+ - name : Clean workspace artifacts before cache
120+ if : always()
121+ continue-on-error : true
122+ shell : bash
123+ run : cargo clean --workspace
Original file line number Diff line number Diff line change 5858 BUILD : ' false'
5959 TEST : ' false'
6060 run : ./test.sh
61+
62+ - name : Clean workspace artifacts before cache
63+ if : always()
64+ continue-on-error : true
65+ shell : bash
66+ run : cargo clean --workspace
Original file line number Diff line number Diff line change @@ -616,3 +616,9 @@ jobs:
616616 asset_path : ./tmp.benchmark-reports.tar.gz
617617 asset_name : benchmark-reports.tar.gz
618618 asset_content_type : application/x-compressed-tar
619+
620+ - name : Clean workspace artifacts before cache
621+ if : always()
622+ continue-on-error : true
623+ shell : bash
624+ run : cargo clean --workspace
Original file line number Diff line number Diff line change 7373 BUILD_FLAGS : ' --locked'
7474 TEST_FLAGS : ' --no-fail-fast'
7575 run : ./test.sh --release
76+
77+ - name : Clean workspace artifacts before cache
78+ if : always()
79+ continue-on-error : true
80+ shell : bash
81+ run : cargo clean --workspace
You can’t perform that action at this time.
0 commit comments