From 284201eeb750a15f2648c85994d67f4ed993246f Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Tue, 15 Oct 2024 15:09:58 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ca0b445..843e8fa05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,10 @@ jobs: name: Run tests runs-on: ubuntu-latest steps: + - name: Clean up after test + if: always() + run: | + rm -r zoutput - name: Check out repository uses: actions/checkout@v2 - name: Set up Python