Skip to content

Commit

Permalink
Adjusts 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 5b83f97 commit 5b4ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: |
Set-ExecutionPolicy Bypass -Scope Process
Set-ExecutionPolicy Bypass -Scope CurrentUser
npm test

0 comments on commit 5b4ca8a

Please sign in to comment.