Skip to content

Commit

Permalink
chore: try fix winpty path x4
Browse files Browse the repository at this point in the history
  • Loading branch information
talmobi committed Sep 26, 2024
1 parent 8b6a253 commit 7db94e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Workaround to create TTY
shell: pwsh
run: |
npm install
npm run build --if-present
npm.cmd install
npm.cmd run build --if-present
winpty npm.cmd test

0 comments on commit 7db94e6

Please sign in to comment.