Skip to content

Commit

Permalink
actions: enforce cache health timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Sep 25, 2020
1 parent 3acc3ab commit 4456eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Ensure cache is healthy
if: steps.cache.outputs.cache-hit == 'true'
shell: bash
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
run: timeout 10s poetry run pip --version >/dev/null 2>&1 || rm -rf .venv

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 4456eb2

Please sign in to comment.