Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added draft #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ npm run start:prod
## Test

```bash



# unit tests
$ npm run test

Expand Down
8 changes: 4 additions & 4 deletions codefresh.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '1.0'
steps:
MySonarAnalysis:
title: Running Sonar Analysis
image: kkapelon/sonar-scanner:3.0.3
Compilation:
title: Compile/Unit test
image: node:9.3.0-slim
commands:
- sonar-scanner -Dsonar.projectKey=nestjs-demo -Dsonar.organization=kostis-codefresh-github -Dsonar.sources=. -Dsonar.projectBaseDir=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=7209c87be22dc984a910a3f7081eb5a94c1b2937
- npm install
10 changes: 10 additions & 0 deletions draft.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[environments]
[environments.development]
name = "my-nest"
namespace = "default"
wait = true
watch = false
watch-delay = 2
auto-connect = false
dockerfile = ""
chart = ""