From 1e9f9bcfe99b6dd7423c8923b4f89d3aa7c09da1 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 11 Dec 2024 02:27:23 +0100 Subject: [PATCH] Solve minor issue. --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: