diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index c4267801..9ab50358 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;C:\Windows;C:\Windows\System32" -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\mingw64\bin;C:\Windows;C:\Windows\System32" -v ${{ github.workspace }}:C:\app -w C:\app ${{ env.IMAGE_NAME }} C:\app\.tests\ci-test-run.bat test-create: needs: test diff --git a/.tests/ci-init-nanoserver.bat.example b/.tests/ci-init-nanoserver.bat.example index 403c277f..43cbee02 100644 --- a/.tests/ci-init-nanoserver.bat.example +++ b/.tests/ci-init-nanoserver.bat.example @@ -7,4 +7,4 @@ mkdir -p C:\git && cd C:\git curl --location https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/MinGit-2.44.0-busybox-64-bit.zip --output "git.zip" tar -xf "git.zip" -C:\git\mingw64\bin\git config --global --add safe.directory '*' +C:\git\mingw64\bin\git config --global --add safe.directory "*"