Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 5086d0c

Browse files
Fix test script
1 parent 144ad6a commit 5086d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ artifacts:
2727
clone_depth: 1
2828
test_script:
2929
- dotnet restore
30-
- npm install selenium-standalone
31-
- ps: Start-Process node './start-selenium.js'
3230
- ps: Push-Location
3331
- cd test
32+
- npm install selenium-standalone
33+
- ps: Start-Process node './start-selenium.js'
3434
- npm install
3535
- npm test
3636
on_finish :

0 commit comments

Comments
 (0)