mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	test
This commit is contained in:
		
							parent
							
								
									6aa97b2bc3
								
							
						
					
					
						commit
						40e80696e3
					
				
							
								
								
									
										7
									
								
								.github/workflows/esp32c3-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/esp32c3-test.yml
									
									
									
									
										vendored
									
									
								
							@ -1,11 +1,11 @@
 | 
				
			|||||||
name: Hardware Runner PenTest Example Jobs
 | 
					name: ESP32C3 Test Execution
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  esp32c3-execution-1:
 | 
					  esp32c3-execution:
 | 
				
			||||||
    runs-on:
 | 
					    runs-on:
 | 
				
			||||||
      - self-hosted
 | 
					      - self-hosted
 | 
				
			||||||
      - cirunner-type-vm
 | 
					      - cirunner-type-vm
 | 
				
			||||||
@ -17,5 +17,8 @@ jobs:
 | 
				
			|||||||
      - name: install usb utils
 | 
					      - name: install usb utils
 | 
				
			||||||
        run: apt update && apt install usbutils
 | 
					        run: apt update && apt install usbutils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: run uhubctl
 | 
				
			||||||
 | 
					        run: uhubctl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: lsusb
 | 
					      - name: lsusb
 | 
				
			||||||
        run: lsusb
 | 
					        run: lsusb
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user