ignore test-results
This commit is contained in:
parent
987d13b6b5
commit
a248ab146d
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -36,3 +36,4 @@ appsettings.Development.json
|
||||||
/src/Yavsc/web.log
|
/src/Yavsc/web.log
|
||||||
yavscd
|
yavscd
|
||||||
builds/
|
builds/
|
||||||
|
test-results.xml
|
||||||
|
|
|
||||||
|
|
@ -26,13 +26,12 @@ debug:
|
||||||
stage: test
|
stage: test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test-results.xml
|
- test/yavscTests/test-results.xml
|
||||||
- test-results.html
|
|
||||||
when: always
|
when: always
|
||||||
script:
|
script:
|
||||||
- cd test/yavscTests
|
- cd test/yavscTests
|
||||||
- dnu build
|
- dnu build
|
||||||
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml -html test-results.html
|
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue