Fix test script
This commit is contained in:
parent
144ad6a561
commit
5086d0cc1c
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Reference in New Issue