We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144ad6a commit 5086d0cCopy full SHA for 5086d0c
appveyor.yml
@@ -27,10 +27,10 @@ artifacts:
27
clone_depth: 1
28
test_script:
29
- dotnet restore
30
- - npm install selenium-standalone
31
- - ps: Start-Process node './start-selenium.js'
32
- ps: Push-Location
33
- cd test
+ - npm install selenium-standalone
+ - ps: Start-Process node './start-selenium.js'
34
- npm install
35
- npm test
36
on_finish :
0 commit comments