Skip to content

Commit

Permalink
Fixes script execution policy for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Nov 20, 2024
1 parent 3a4cad2 commit 5b83f97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: |
Set-ExecutionPolicy Bypass -Scope Process
npm test

0 comments on commit 5b83f97

Please sign in to comment.