From b976c6f5a30cebf87c8cd3b63f9ce42f787f542f Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 2 Aug 2023 16:13:46 +0200 Subject: [PATCH] ci: fix relup tests --- .github/workflows/run_relup_tests.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_relup_tests.yaml b/.github/workflows/run_relup_tests.yaml index cf7edd08d..f332f20fd 100644 --- a/.github/workflows/run_relup_tests.yaml +++ b/.github/workflows/run_relup_tests.yaml @@ -25,6 +25,7 @@ jobs: run: shell: bash steps: + - uses: AutoModality/action-clean@v1 - uses: actions/download-artifact@v3 with: name: emqx-enterprise @@ -50,10 +51,10 @@ jobs: with: name: emqx_built path: | - emqx/_upgrade_base - emqx/_packages - emqx/scripts - emqx/.ci + _upgrade_base + _packages + scripts + .ci relup_test_run: needs: @@ -72,6 +73,7 @@ jobs: run: shell: bash steps: + - uses: AutoModality/action-clean@v1 - uses: actions/download-artifact@v3 name: Download built emqx and test scenario with: