Skip to content
Prev Previous commit
Next Next commit
ci: test extraction unconditionally
Signed-off-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
  • Loading branch information
aminya committed Mar 30, 2024
commit 5923689f9289796d5b6f35015372821c8292d890
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