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:
parent
3fcecc3b11
commit
632628ec63
1 changed files with 0 additions and 5 deletions
5
.github/workflows/twister.yaml
vendored
5
.github/workflows/twister.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue