Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 1, 2024
1 parent 391aaab commit ae8928e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tests/ci-init-nanoserver.bat.example
Original file line number Diff line number Diff line change
Expand Up @@ -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 "*"

0 comments on commit ae8928e

Please sign in to comment.