Skip to content

Commit

Permalink
wtf gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 16, 2024
1 parent f619af3 commit cb67914
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
npm i
npm run build
- name: "Debug: List node_modules"
run: ls node_modules/@dylibso/xtp-bindgen || echo "Module not found"

- name: "Debug: List type definitions"
run: ls node_modules/@dylibso/xtp-bindgen/*.d.ts || echo "Type definitions not found"

- name: Run test script
run: |
cd tests && ./test.sh
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
], // Specify a list of library files to be included in the compilation
"types": [
"@extism/js-pdk",
"./src/index.d.ts",
"@dylibso/xtp-bindgen"
"./src/index.d.ts"
], // Specify a list of type definition files to be included in the compilation
"strict": true, // Enable all strict type-checking options
"esModuleInterop": true, // Enables compatibility with Babel-style module imports
Expand Down

0 comments on commit cb67914

Please sign in to comment.