workflow file
This commit is contained in:
		
							
								
								
									
										20
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,24 +13,8 @@ jobs:
 | 
				
			|||||||
    - name: Build
 | 
					    - name: Build
 | 
				
			||||||
      run: docker-compose up
 | 
					      run: docker-compose up
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: look at dir
 | 
					    - name: look
 | 
				
			||||||
      id: pl
 | 
					      run: ls compiled/
 | 
				
			||||||
      uses: Rishabh510/Path-lister-action@master
 | 
					 | 
				
			||||||
      with:
 | 
					 | 
				
			||||||
        path: "compiled/"
 | 
					 | 
				
			||||||
        type: ".mpy"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    - name: Sleep for 10s
 | 
					 | 
				
			||||||
      uses: juliangruber/sleep-action@v1
 | 
					 | 
				
			||||||
      with:
 | 
					 | 
				
			||||||
        time: 10s
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    - name: look at dir
 | 
					 | 
				
			||||||
      id: pl2
 | 
					 | 
				
			||||||
      uses: Rishabh510/Path-lister-action@master
 | 
					 | 
				
			||||||
      with:
 | 
					 | 
				
			||||||
        path: "compiled/"
 | 
					 | 
				
			||||||
        type: ".mpy"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Archive
 | 
					    - name: Archive
 | 
				
			||||||
      uses: actions/upload-artifact@v3
 | 
					      uses: actions/upload-artifact@v3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user