From 3bc790238eb4544f1428ec066a3f98e2eb297176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:26:11 +0100 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 8900014..5e1856f 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -22,7 +22,12 @@ jobs: name: 'Run tests and documentation' runs-on: self-hosted steps: - - uses: AutoModality/action-clean@v1 + + - name: 'Clean workspace' + run: | + rm -rf ${{ github.workspace }}/* + + - name: 'Checkout' - uses: actions/checkout@v3 - name: 'Extract branch name'