mirror of
				https://github.com/KevinMidboe/waka-box.git
				synced 2025-10-29 18:00:21 +00:00 
			
		
		
		
	Update circleci config
This commit is contained in:
		| @@ -11,8 +11,8 @@ commands: | ||||
|       - checkout | ||||
|       - restore_cache: | ||||
|           keys: | ||||
|           - dependency-cache-{{ checksum "package.json" }} | ||||
|           - dependency-cache- | ||||
|             - dependency-cache-{{ checksum "package.json" }} | ||||
|             - dependency-cache- | ||||
|       - run: npm install | ||||
|       - save_cache: | ||||
|           key: dependency-cache-{{ checksum "package.json" }} | ||||
| @@ -20,7 +20,7 @@ commands: | ||||
|             - node_modules | ||||
|  | ||||
| jobs: | ||||
|   birdbox: | ||||
|   wakabox: | ||||
|     <<: *defaults | ||||
|     steps: | ||||
|       - install | ||||
| @@ -31,7 +31,7 @@ workflows: | ||||
|  | ||||
|   test: | ||||
|     jobs: | ||||
|       - birdbox | ||||
|       - wakabox | ||||
|  | ||||
|   poll: | ||||
|     triggers: | ||||
| @@ -43,4 +43,4 @@ workflows: | ||||
|               only: | ||||
|                 - master | ||||
|     jobs: | ||||
|       - birdbox | ||||
|       - wakabox | ||||
|   | ||||
		Reference in New Issue
	
	Block a user