diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 4feaaf5..f2493b1 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -203,6 +203,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install MetaCall + run: | powershell -NoProfile -ExecutionPolicy unrestricted ./install.ps1 -Version 0.1.7 - name: NodeJS Test @@ -233,7 +234,6 @@ jobs: metacall faas --version | findstr /R "^v.*\..*\..*" IF %ERRORLEVEL% NEQ 0 exit /B 1 - - name: Uninstall MetaCall shell: cmd env: