Skip to content

Commit 7e4938e

Browse files
committed
enable url
1 parent 324bce3 commit 7e4938e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/action-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ jobs:
159159
msiexec.exe /i wad.msi /quiet /passive
160160
shell: powershell
161161
name: Install WindowsApplicationDriver
162+
- run: |
163+
netsh http add urlacl url="http://localhost:80/calctesting/file" user=everyone
164+
shell: powershell
165+
name: enable local urls
162166
- uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken.
163167
name: Setup dev tools
164168
- run: |

0 commit comments

Comments
 (0)