mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Removed unnecessary 'cymais' präfix from github workflow command
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/test-container.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test-container.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,12 +20,12 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Clean build artifacts
 | 
			
		||||
        run: |
 | 
			
		||||
          docker run --rm cymais:latest cymais make clean
 | 
			
		||||
          docker run --rm cymais:latest make clean
 | 
			
		||||
 | 
			
		||||
      - name: Generate project outputs
 | 
			
		||||
        run: |
 | 
			
		||||
          docker run --rm cymais:latest cymais make build
 | 
			
		||||
          docker run --rm cymais:latest make build
 | 
			
		||||
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: |
 | 
			
		||||
          docker run --rm cymais:latest cymais make test
 | 
			
		||||
          docker run --rm cymais:latest make test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user