mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Fix cicleci config
This commit is contained in:
		@@ -12,28 +12,22 @@ jobs:
 | 
			
		||||
            - dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
            # fallback to using the latest cache if no exact match is found
 | 
			
		||||
            - dependencies-
 | 
			
		||||
 | 
			
		||||
      - run:
 | 
			
		||||
          name: Install and build package
 | 
			
		||||
          command: yarn install --frozen-lockfile
 | 
			
		||||
 | 
			
		||||
     - run: 
 | 
			
		||||
      - run: 
 | 
			
		||||
          name: "Lint"
 | 
			
		||||
          command: yarn lint:all
 | 
			
		||||
 | 
			
		||||
      - run:
 | 
			
		||||
          name: Coverage
 | 
			
		||||
          command: yarn test:coverage --runInBand --no-cache
 | 
			
		||||
 | 
			
		||||
      - run:
 | 
			
		||||
          name: Unit tests
 | 
			
		||||
          command: yarn test --runInBand --no-cache
 | 
			
		||||
 | 
			
		||||
      - save_cache:
 | 
			
		||||
          paths:
 | 
			
		||||
            - node_modules
 | 
			
		||||
          key: dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
 | 
			
		||||
workflows:
 | 
			
		||||
  version: 2
 | 
			
		||||
  build_test:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user