From 5086d0cc1c3c3a022faa0857dbb20e231156a522 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 17 May 2017 12:25:23 +0100 Subject: [PATCH] Fix test script --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f8e8861..d0f6bbc 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,10 +27,10 @@ artifacts: clone_depth: 1 test_script: - dotnet restore - - npm install selenium-standalone - - ps: Start-Process node './start-selenium.js' - ps: Push-Location - cd test + - npm install selenium-standalone + - ps: Start-Process node './start-selenium.js' - npm install - npm test on_finish :