From c398cbec01300a56005e6ec39fb04ab1ae7c1968 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Sat, 2 Mar 2024 02:28:19 +0400 Subject: [PATCH] ~ --- .github/workflows/ci-test-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index 0371dc45..6bc29d1a 100644 --- a/.github/workflows/ci-test-run.yml +++ b/.github/workflows/ci-test-run.yml @@ -65,7 +65,7 @@ jobs: if: matrix.artifact == 'nanoserver' run: | echo f | xcopy /Y /Q /R "${{ github.workspace }}\.tests\ci-init-nanoserver.bat.example" "${{ github.workspace }}\.tests\ci-init.bat" - docker container run --rm -e PATH='"C:\Python;C:\git\bin;C:\git\usr\bin;C:\git\mingw64\bin;^%PATH^%"' -v ${{ github.workspace }}:C:\app -w C:\app ${{ env.IMAGE_NAME }} C:\app\.tests\ci-test-run.bat + docker container run --rm -e PATH="C:\Python;C:\git\bin;C:\git\usr\bin;C:\git\mingw64\bin;%PATH%" -v ${{ github.workspace }}:C:\app -w C:\app ${{ env.IMAGE_NAME }} C:\app\.tests\ci-test-run.bat test-create: needs: test