Skip to content

Commit

Permalink
ci: split install script test script
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Oct 23, 2024
1 parent 56ad876 commit a645832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ jobs:
- name: Test Install Script
run: |
bash ./install.sh
if: runner.os != 'Windows'

- name: Test Installation
run: |
which extism-py
extism-py --version
if: runner.os != 'Windows'


# - name: Test Install Script Part1 (Windows)
# run: |
# powershell -executionpolicy bypass -File .\install-windows.ps1
Expand Down

0 comments on commit a645832

Please sign in to comment.