mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Fix test script
This commit is contained in:
@@ -27,10 +27,10 @@ artifacts:
|
|||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test_script:
|
test_script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- npm install selenium-standalone
|
|
||||||
- ps: Start-Process node './start-selenium.js'
|
|
||||||
- ps: Push-Location
|
- ps: Push-Location
|
||||||
- cd test
|
- cd test
|
||||||
|
- npm install selenium-standalone
|
||||||
|
- ps: Start-Process node './start-selenium.js'
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
on_finish :
|
on_finish :
|
||||||
|
|||||||
Reference in New Issue
Block a user