Skip to content

Commit

Permalink
ci: update pytest cache-hit output
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 20, 2023
1 parent 663ad01 commit cfe9c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
if: ${{ inputs.build_test_img }}
environment:
name: ${{ inputs.environment }}
outputs:
cache-hit: ${{ steps.image-cache.cache-hit }}
steps:
- id: image-cache
uses: actions/cache@v3
Expand Down

0 comments on commit cfe9c1f

Please sign in to comment.