Skip to content

Commit

Permalink
Remove request folder before saving AppMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Sep 6, 2023
1 parent 3e27b6c commit e28043e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
run: |
echo "ARCHIVE_ID=$(($NUM - 1))" >> $GITHUB_ENV
- name: Delete Request AppMaps
if: always()
run: |
rm -rfv tmp/appmap/requests
- name: Save AppMap archive
if: always()
uses: getappmap/archive-action@v1
Expand Down

0 comments on commit e28043e

Please sign in to comment.