[ci] fix netty hw ci container name error
This commit is contained in:
		
							parent
							
								
									ecf7d76ae5
								
							
						
					
					
						commit
						2093b360d5
					
				
							
								
								
									
										6
									
								
								.github/workflows/hw_mode_test.yml
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										6
									
								
								.github/workflows/hw_mode_test.yml
									
									
									
									
										vendored
									
									
								
							| @ -1034,13 +1034,13 @@ jobs: | |||||||
|         build-envs: 'OCCLUM_RELEASE_BUILD=1' |         build-envs: 'OCCLUM_RELEASE_BUILD=1' | ||||||
| 
 | 
 | ||||||
|     - name: Install OpenJDK 11 (Glibc) |     - name: Install OpenJDK 11 (Glibc) | ||||||
|       run: docker exec ${{ github.job }} bash -c "apt update && apt install -y openjdk-11-jdk" |       run: docker exec ${{ env.CONTAINER_NAME }} bash -c "apt update && apt install -y openjdk-11-jdk" | ||||||
| 
 | 
 | ||||||
|     - name: Download and compile netty unit test demos |     - name: Download and compile netty unit test demos | ||||||
|       run: docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/netty_ut && ./build.sh" |       run: docker exec ${{ env.CONTAINER_NAME }} bash -c "cd /root/occlum/demos/netty_ut && ./build.sh" | ||||||
| 
 | 
 | ||||||
|     - name: Run netty unit test demo |     - name: Run netty unit test demo | ||||||
|       run: docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/netty_ut && ./run_netty_ut_jdk11.sh" |       run: docker exec ${{ env.CONTAINER_NAME }} bash -c "cd /root/occlum/demos/netty_ut && ./run_netty_ut_jdk11.sh" | ||||||
| 
 | 
 | ||||||
|     - name: Clean the environment |     - name: Clean the environment | ||||||
|       if: ${{ always() }} |       if: ${{ always() }} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user