fix (typescript_test) : change cache-key to avoid errors (#2789)

fix(typescript_test.yml): change cache-key to avoid errors
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-18 11:59:35 -03:00 committed by GitHub
commit afdff210b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,8 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
poetry-version: ${{ env.POETRY_VERSION }}
cache-key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}
cache-key: tests
- name: Install Python dependencies
run: |
poetry env use ${{ env.PYTHON_VERSION }}