Commit a86d7b6c authored by harishkumar gangula's avatar harishkumar gangula
Browse files

updated config

Showing with 1 addition and 2 deletions
+1 -2
......@@ -14,10 +14,9 @@ jobs:
- save_cache:
key: dependency-cache-{{ checksum "src/package.json" }}
paths: ./node_modules
- run: 'ls'
- run:
name: Run test cases
command: 'npm run coverage'
command: 'cd src && npm run coverage'
- run: cd opt && zip -r content.zip content
- store_artifacts:
path: opt/content.zip
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment