actions: twister: remove cleanup job

We now cleanup at the beginning.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-11-24 23:04:52 -05:00
commit 632628ec63

View file

@ -230,11 +230,6 @@ jobs:
name: Unit Test Results (Subset ${{ matrix.subset }}) name: Unit Test Results (Subset ${{ matrix.subset }})
path: twister-out/twister.xml path: twister-out/twister.xml
- name: Cleanup
if: always()
run: |
git clean -dxf
twister-test-results: twister-test-results:
name: "Publish Unit Tests Results" name: "Publish Unit Tests Results"
needs: twister-build needs: twister-build