mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 23:43:35 +00:00 
			
		
		
		
	Merge d8d0154fa198ae7bcc251d9a36b049cde7b66595 into 692973e3d937129bcbf40652eb9f2f61becf3332
This commit is contained in:
		
						commit
						5b72fb32a1
					
				
							
								
								
									
										10
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							| @ -24,16 +24,16 @@ jobs: | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4.1.6 | ||||
| 
 | ||||
|       - name: Set Node.js 20.x | ||||
|         uses: actions/setup-node@v4 | ||||
|       - name: Set up JDK 17 | ||||
|         uses: actions/setup-java@v3 | ||||
|         with: | ||||
|           node-version: 20.x | ||||
|           java-version: '17' | ||||
| 
 | ||||
|       - name: Install dependencies | ||||
|         run: npm ci | ||||
| 
 | ||||
|       - name: Rebuild the index.js file | ||||
|         run: npm run build | ||||
|       - name: Build with Maven | ||||
|         run: mvn clean install | ||||
| 
 | ||||
|       - name: Compare the expected and actual dist/ directories | ||||
|         run: | | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user