mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-11-01 05:43:11 +08:00 
			
		
		
		
	feat: fix
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/e2e_android.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/e2e_android.yml
									
									
									
									
										vendored
									
									
								
							| @@ -37,7 +37,7 @@ jobs: | |||||||
|             ${{ runner.os }}-detox-build |             ${{ runner.os }}-detox-build | ||||||
|  |  | ||||||
|       - name: Detox build |       - name: Detox build | ||||||
|         run: yarn detox build --configuration ${{ env.DETOX_CONFIGURATION }} |         run: cd Example/testHotUpdate && yarn detox build --configuration ${{ env.DETOX_CONFIGURATION }} | ||||||
|  |  | ||||||
|       - name: Get device name |       - name: Get device name | ||||||
|         id: device |         id: device | ||||||
| @@ -49,7 +49,7 @@ jobs: | |||||||
|           api-level: 31 |           api-level: 31 | ||||||
|           arch: x86_64 |           arch: x86_64 | ||||||
|           avd-name: ${{ steps.device.outputs.AVD_NAME }} |           avd-name: ${{ steps.device.outputs.AVD_NAME }} | ||||||
|           script: yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} --headless --record-logs all |           script:cd Example/testHotUpdate &&  yarn detox test --configuration ${{ env.DETOX_CONFIGURATION }} --headless --record-logs all | ||||||
|  |  | ||||||
|       - name: Upload artifacts |       - name: Upload artifacts | ||||||
|         if: failure() |         if: failure() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 steven
					steven