diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9321e7f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ddriddle @edthedev @mpitcel @tzturner @zdc217 diff --git a/tests/robot/test_robot.ps1 b/tests/robot/test_robot.ps1 index d9cb624..4feedf6 100755 --- a/tests/robot/test_robot.ps1 +++ b/tests/robot/test_robot.ps1 @@ -1,9 +1,4 @@ #!/usr/bin/env pwsh $ErrorActionPreference = "Stop" -ls -r "$(Get-Location)\.tox\wheel\Scripts" -$env:PATH="$(Get-Location)\.tox\wheel\Scripts;$env:PATH" -Write-Output "Path is " + $env:PATH -Get-Command phantom -phantom --help -Write-Output "************* End of Debug for Win Accept Test ***********************" +$env:PATH="$(Get-Location)\.tox\wheel\Scripts;$env:PATH" robot tests/robot