Skip to content

Commit

Permalink
test js pdk v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jan 12, 2025
1 parent 2ac46e8 commit 07b3b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup Extism and XTP
run: |
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
curl https://static.dylibso.com/cli/install.sh | bash
- name: Set up Node.js
Expand Down Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Run Bindgen Test
run: |
extism-js --version
sh bindgen-test.sh install
sh bindgen-test.sh run

0 comments on commit 07b3b7b

Please sign in to comment.