Skip to content

Commit

Permalink
ci(pytest): fix case where cache hit, skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 20, 2023
1 parent 14ea453 commit 149c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
environment:
name: ${{ inputs.environment }}
outputs:
cache-hit: ${{ steps.image-cache.cache-hit }}
cache-hit: ${{ steps.image-cache.outputs.cache-hit }}
steps:
- id: image-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 149c154

Please sign in to comment.