From 7cfe16fd072f9a903b9411a8a6becfb1ea984429 Mon Sep 17 00:00:00 2001 From: Sergii Mykyteiek Date: Wed, 6 Oct 2021 16:58:14 +0300 Subject: [PATCH] LT-14: Add empty lines in README --- .gitlab-ci.yml | 7 +++---- README.md | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60c66e2..d00d11a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,8 @@ build-app-job: test-run-job: stage: test + before_script: + - npm ci --cache .npm --prefer-offline script: - echo "Run test starting" - - npm run test - rules: - - if: '$CI_COMMIT_BRANCH == "develop"' - - if: '$CI_COMMIT_BRANCH == "main"' \ No newline at end of file + - npm run test \ No newline at end of file diff --git a/README.md b/README.md index 221d29b..5d7cbf7 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,5 @@ Running tests * POST localhost:3000/ttl - *add item* * body { "key": string; "value": any } * DELETE localhost:3000/ttl/:key - *remove item by key* + + -- GitLab