Skip to content

Commit

Permalink
Solve minor issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 11, 2024
1 parent eb7abed commit 1e9f9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -233,7 +234,6 @@ jobs:
metacall faas --version | findstr /R "^v.*\..*\..*"
IF %ERRORLEVEL% NEQ 0 exit /B 1
- name: Uninstall MetaCall
shell: cmd
env:
Expand Down

0 comments on commit 1e9f9bc

Please sign in to comment.