Skip to content

Commit

Permalink
ci: (AppMap) Save AppMaps to the Actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Oct 30, 2023
1 parent f3cc424 commit b8bbb04
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ jobs:
bundler-cache: true

- name: Run tests
run: bundle exec rails test
run: bundle exec rails test

- name: Save AppMaps
uses: actions/cache/save@v3
if: always()
with:
path: ./tmp/appmap
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}

0 comments on commit b8bbb04

Please sign in to comment.