fix file name

This commit is contained in:
Dmitry Shibanov 2023-07-13 12:43:09 +02:00
parent 3b3618ad68
commit 90236fe6a3

View File

@ -55,7 +55,7 @@ jobs:
run: | run: |
mv ./__tests__/data/Pipfile.lock . mv ./__tests__/data/Pipfile.lock .
mv ./__tests__/data/Pipfile . mv ./__tests__/data/Pipfile .
mv ./__tests__/test-pipenv . mv ./__tests__/test-pipenv.py .
- name: Install dependencies - name: Install dependencies
shell: pwsh shell: pwsh
if: steps.cache-pipenv.outputs.cache-hit != 'true' if: steps.cache-pipenv.outputs.cache-hit != 'true'
@ -132,7 +132,7 @@ jobs:
run: | run: |
mv ./__tests__/data/Pipfile.lock . mv ./__tests__/data/Pipfile.lock .
mv ./__tests__/data/Pipfile . mv ./__tests__/data/Pipfile .
mv ./__tests__/test-pipenv . mv ./__tests__/test-pipenv.py .
- name: Install dependencies - name: Install dependencies
shell: pwsh shell: pwsh
if: steps.cache-pipenv.outputs.cache-hit != 'true' if: steps.cache-pipenv.outputs.cache-hit != 'true'