Skip to content

Commit

Permalink
Added tests for faas and deploy for win installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritiawasthi committed Aug 22, 2024
1 parent 7d09c9d commit 1718c68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
metacall ./test/requirements.py | findstr "123456"
- name: Deploy Test
run: |
metacall deploy --version | findstr /R "^v.*\..*\..*"
- name: Faas Test
run: |
metacall faas --version | findstr /R "^v.*\..*\..*"
install-from-path:
name: Install Metacall via Path Installation
runs-on: windows-latest
Expand All @@ -41,3 +47,9 @@ jobs:
run: |
metacall pip install -r test/requirements.txt | findstr "Successfully installed"
metacall ./test/requirements.py | findstr "123456"
- name: Deploy Test
run: |
metacall deploy --version | findstr /R "^v.*\..*\..*"
- name: Faas Test
run: |
metacall faas --version | findstr /R "^v.*\..*\..*"

0 comments on commit 1718c68

Please sign in to comment.