From 08024c4f23dd2c41eabecce20f79b1dab97252d8 Mon Sep 17 00:00:00 2001 From: Kostis Kapelonis Date: Fri, 27 Jul 2018 10:54:48 -0400 Subject: [PATCH 1/3] Added draft --- draft.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 draft.toml diff --git a/draft.toml b/draft.toml new file mode 100644 index 0000000..74bc0da --- /dev/null +++ b/draft.toml @@ -0,0 +1,10 @@ +[environments] + [environments.development] + name = "my-nest" + namespace = "default" + wait = true + watch = false + watch-delay = 2 + auto-connect = false + dockerfile = "" + chart = "" From 27ce27e3b6fb8bb7099512483b9e6e7fdbd61e49 Mon Sep 17 00:00:00 2001 From: "Kostis (Codefresh)" <39800303+kostis-codefresh@users.noreply.github.com> Date: Mon, 3 Dec 2018 14:07:00 +0200 Subject: [PATCH 2/3] Random branch --- codefresh.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index 5ffa69a..b1f325b 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -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 \ No newline at end of file + - npm install From 20a856bde4c9b0b76ed032cfe6d3633a16246fda Mon Sep 17 00:00:00 2001 From: "Kostis (Codefresh)" <39800303+kostis-codefresh@users.noreply.github.com> Date: Mon, 3 Dec 2018 14:17:50 +0200 Subject: [PATCH 3/3] Not a feature --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5261418..cbdb64f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ npm run start:prod ## Test ```bash + + + # unit tests $ npm run test