diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 64742cf01..c142f43ab 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -77,6 +77,10 @@ jobs: - name: get k8s logs if: ${{ failure() }} run: .github/workflows/artifact-k8s-logs.sh + + - name: remove sockets before archiving logs + if: ${{ failure() }} + run: find /tmp/receptor-testing -name controlsock -delete - name: Artifact receptor data uses: actions/upload-artifact@v2