mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-10 14:02:35 +03:00
✋ disable cache in gh
workflow
This commit is contained in:
parent
c1be230437
commit
18817deb18
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Docker ${{ matrix.script.name }}
|
- name: Docker ${{ matrix.script.name }}
|
||||||
|
key: ${{ runner.os }}-mycache-v2-${{ hashFiles(...) }}
|
||||||
run: sh tests/test_docker.sh ${{ matrix.script.args }}
|
run: sh tests/test_docker.sh ${{ matrix.script.args }}
|
||||||
|
|
||||||
bare:
|
bare:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user