Skip to content

Commit

Permalink
${{ github.workspace }}
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 1, 2024
1 parent 3be4dea commit 133069f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ jobs:
- name: ci test-run (nanoserver)
if: matrix.artifact == 'nanoserver'
run: |
cd "${{ github.workspace }}\.tests"
curl --location "https://github.com/hemnstill/StandaloneTools/releases/download/python-3.12.1/build-msvc.tar.gz" --output "python.tar.gz"
tar -xf "python.tar.gz" --directory "C:\app\.tests"
echo f | xcopy /Y /Q /R "C:\app\.tests\python.exe" "C:\app\.tests\python3.exe"
tar -xf "python.tar.gz" ./Scripts
echo f | xcopy /Y /Q /R "${{ github.workspace }}\.tests\python.exe" "${{ github.workspace }}\.tests\python3.exe"
docker container run --rm -v ${{ github.workspace }}:C:\app -w C:\app ${{ env.IMAGE_NAME }} C:\app\.tests\ci-test-run.bat
test-create:
Expand Down

0 comments on commit 133069f

Please sign in to comment.