Add clean up workdir (#1244)

Fixes #1095.
This commit is contained in:
Sergey Kuznetsov
2024-03-07 17:22:02 +00:00
committed by GitHub
parent 74455f5b99
commit 7b84fab076
2 changed files with 16 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ jobs:
--health-retries 5
steps:
- name: Clean workdir
if: ${{ runner.os == 'macOS' }}
uses: kuznetsss/workspace-cleanup@1.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -167,6 +171,10 @@ jobs:
container: ${{ matrix.container }}
steps:
- name: Clean workdir
if: ${{ runner.os == 'macOS' }}
uses: kuznetsss/workspace-cleanup@1.0
- uses: actions/download-artifact@v3
with:
name: clio_tests_${{ runner.os }}