disable cache in gh workflow

This commit is contained in:
Abdullah Adeel 2022-01-22 07:50:28 +05:00
parent c1be230437
commit 18817deb18

View File

@ -67,6 +67,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Docker ${{ matrix.script.name }}
key: ${{ runner.os }}-mycache-v2-${{ hashFiles(...) }}
run: sh tests/test_docker.sh ${{ matrix.script.args }}
bare: