mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 12:59:30 -07:00
enable url
This commit is contained in:
parent
324bce3dcc
commit
7e4938e5be
1 changed files with 4 additions and 0 deletions
4
.github/workflows/action-ci.yml
vendored
4
.github/workflows/action-ci.yml
vendored
|
@ -159,6 +159,10 @@ jobs:
|
|||
msiexec.exe /i wad.msi /quiet /passive
|
||||
shell: powershell
|
||||
name: Install WindowsApplicationDriver
|
||||
- run: |
|
||||
netsh http add urlacl url="http://localhost:80/calctesting/file" user=everyone
|
||||
shell: powershell
|
||||
name: enable local urls
|
||||
- uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken.
|
||||
name: Setup dev tools
|
||||
- run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue