Skip to content

Commit

Permalink
Update path for cache saving
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Sep 1, 2023
1 parent 99df6e3 commit 3c2ea78
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
uses: actions/cache/save@v3
if: always()
with:
path: .appmap/archive/full/${{ matrix.group }}.tar
path: ${{ steps.install-appmap.outputs.appmap-dir }}
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}

appmap-analysis:
if: always()
runs-on: ubuntu-latest

needs: [ record-appmaps ]
Expand All @@ -66,12 +65,6 @@ jobs:
uses: getappmap/install-action@v1
with:
install-appmap-library: false

- name: Restore AppMaps in Cache
uses: actions/cache/restore@v3
with:
path: .appmap/archive/full/
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}

- name: Merge AppMaps
uses: getappmap/archive-action/merge@v1
Expand Down

0 comments on commit 3c2ea78

Please sign in to comment.