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 db59443 commit c398cbe
Showing 1 changed file with 1 addition and 1 deletion.
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;^%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
Expand Down

0 comments on commit c398cbe

Please sign in to comment.