Skip to content

Commit

Permalink
removed findstr
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 9, 2024
1 parent 453b8c0 commit c55a37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
IF %ERRORLEVEL% NEQ 0 exit /B 1
metacall ./test/requirements.py | findstr "123456"
metacall ./test/requirements.py
IF %ERRORLEVEL% NEQ 0 exit /B 1
- name: Deploy & FaaS Test
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
IF %ERRORLEVEL% NEQ 0 exit /B 1
metacall ./test/requirements.py | findstr "123456"
metacall ./test/requirements.py
IF %ERRORLEVEL% NEQ 0 exit /B 1
- name: Deploy & FaaS Test
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
IF %ERRORLEVEL% NEQ 0 exit /B 1
metacall ./test/requirements.py | findstr "123456"
metacall ./test/requirements.py
IF %ERRORLEVEL% NEQ 0 exit /B 1
- name: Deploy & FaaS Test
Expand Down

0 comments on commit c55a37d

Please sign in to comment.