Skip to content

Commit cdb5932

Browse files
committed
test js pdk v1.3.3
1 parent 345cade commit cdb5932

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup Extism and XTP
2323
run: |
24-
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash
24+
curl https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3
2525
curl https://static.dylibso.com/cli/install.sh | bash
2626
2727
- name: Setup extism-py
@@ -63,6 +63,8 @@ jobs:
6363
6464
- name: Run Bindgen Test
6565
run: |
66+
extism-js --version
67+
6668
sh bundle.sh
6769
sh bindgen-test.sh install
6870
sh bindgen-test.sh run

0 commit comments

Comments
 (0)