From 90236fe6a38f2bcd459a31900851ef83f3a8af32 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Thu, 13 Jul 2023 12:43:09 +0200 Subject: [PATCH] fix file name --- .github/workflows/e2e-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'