This is a temporary change that runs winappdriver.exe from the github
actions shell instead of wrapping it with the swift Process class, to
avoid the issue where Process.run() is causing the Github runner to hang
indefinitely.
This PR also updates the CI workflow to use the windows setup and teardown actions from arc.git.
This is a temporary change that runs winappdriver.exe from the github actions shell instead of wrapping it with the swift Process class, to avoid the issue where Process.run() is causing the Github runner to hang indefinitely.
This PR also updates the CI workflow to use the windows setup and teardown actions from arc.git.
Fixes: WIN-569