mirror of
				https://github.com/cmur2/dyndnsd.git
				synced 2025-11-03 18:25:06 +01:00 
			
		
		
		
	ci: use bundler cache to save resources
- see https://github.com/ruby/setup-ruby#caching-bundle-install-automatically
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -26,9 +26,7 @@ jobs:
 | 
			
		||||
      uses: ruby/setup-ruby@v1
 | 
			
		||||
      with:
 | 
			
		||||
        ruby-version: ${{ matrix.ruby-version }}
 | 
			
		||||
    - name: Install dependencies
 | 
			
		||||
      run: |
 | 
			
		||||
        bundle
 | 
			
		||||
    - name: Test
 | 
			
		||||
        bundler-cache: true  # runs 'bundle install' and caches installed gems automatically
 | 
			
		||||
    - name: Lint and Test
 | 
			
		||||
      run: |
 | 
			
		||||
        bundle exec rake ci
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user