Skip to content

Commit

Permalink
Remove sockets before archiving test results
Browse files Browse the repository at this point in the history
Fixes #508
  • Loading branch information
shanemcd committed Feb 21, 2022
1 parent 78731ed commit c923334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c923334

Please sign in to comment.