mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-08 23:04:05 +01:00
test ci
This commit is contained in:
parent
47ac1bd202
commit
6aa6af133e
@ -18,14 +18,17 @@ build: off
|
||||
version: '{build}'
|
||||
shallow_clone: true
|
||||
clone_depth: 1
|
||||
artifacts:
|
||||
- path: dist
|
||||
test_script:
|
||||
- ps: >-
|
||||
npm run test-nowatch
|
||||
|
||||
$wc = New-Object 'System.Net.WebClient'
|
||||
|
||||
Get-ChildItem . -Name -Recurse 'TESTS-*.xml' |
|
||||
|
||||
Foreach-Object {
|
||||
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
|
||||
}
|
||||
- npm run dist
|
||||
artifacts:
|
||||
- path: dist
|
Loading…
Reference in New Issue
Block a user