diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 2c22cb9d..4de4abf8 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -55,7 +55,7 @@ jobs: run: | mv ./__tests__/data/Pipfile.lock . mv ./__tests__/data/Pipfile . - mv ./__tests__/test-pipenv . + mv ./__tests__/test-pipenv.py . - name: Install dependencies shell: pwsh if: steps.cache-pipenv.outputs.cache-hit != 'true' @@ -132,7 +132,7 @@ jobs: run: | mv ./__tests__/data/Pipfile.lock . mv ./__tests__/data/Pipfile . - mv ./__tests__/test-pipenv . + mv ./__tests__/test-pipenv.py . - name: Install dependencies shell: pwsh if: steps.cache-pipenv.outputs.cache-hit != 'true'