Skip to content

Commit

Permalink
Fix tests? (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep authored Sep 8, 2024
1 parent 46411d3 commit 5159808
Show file tree
Hide file tree
Showing 6 changed files with 757 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-node-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Compile TypeScript
run: npm x tsc

- name: Copy non-TypeScript files
run: npm run copy-files

- name: Run tests
run: npm run test:windows
3 changes: 3 additions & 0 deletions .github/workflows/tests-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Compile TypeScript
run: npm x tsc

- name: Copy non-TypeScript files
run: npm run copy-files

- name: Run tests
run: npm test
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 5159808

Please sign in to comment.