Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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: Setup extism-py
Expand Down Expand Up @@ -63,6 +63,8 @@ jobs:

- name: Run Bindgen Test
run: |
extism-js --version

sh bundle.sh
sh bindgen-test.sh install
sh bindgen-test.sh run
Expand Down