Skip to content

Commit

Permalink
ci: test extraction unconditionally
Browse files Browse the repository at this point in the history
Signed-off-by: Amin Yahyaabadi <[email protected]>
  • Loading branch information
aminya committed Mar 30, 2024
1 parent 22eb27e commit 5923689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: inject cache into docker
uses: ./
with:
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
skip-extraction: false
cache-map: |
{
"var-cache-apt": "/var/cache/apt",
Expand Down

0 comments on commit 5923689

Please sign in to comment.