diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index eada9ccc576..b1889a87014 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -278,7 +278,7 @@ jobs: run: | # Delete the salt onedir, we won't need it anymore and it will prevent # from it showing in the tree command below - rm -rf artifacts/salt* + sudo rm -rf artifacts/salt* tree -a artifacts if [ "${{ inputs.skip-code-coverage }}" != "true" ]; then mv artifacts/coverage/.coverage artifacts/coverage/.coverage.${{ matrix.slug }}.${{ inputs.nox-session }}.${{ matrix.transport }}.${{ matrix.tests-chunk }}