This commit is contained in:
Paul Schneider
2021-08-10 21:51:15 +01:00
parent fe7339b851
commit 0c376bcf40
3 changed files with 2 additions and 15 deletions

View File

@ -42,9 +42,8 @@ non_reg:
when: always
script:
- cd test/yavscTests
- cp $TestingConfig appsettings.Testing.json
- cp $yavsc_client_secret_json yavsc-client-secret.json
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
- ASPNET_ENV=Development dnx test -trait=Category=non_reg -maxthreads 1 -xml test-results.xml
release:
stage: deploy