mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Did removing this break the action?
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/android-debug.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/android-debug.yml
									
									
									
									
										vendored
									
									
								
							| @@ -6,6 +6,19 @@ on: | ||||
|       - 'master' | ||||
|  | ||||
| jobs: | ||||
|   test: | ||||
|     name: Run Unit Tests | ||||
|     runs-on: ubuntu-18.04 | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v1 | ||||
|       - name: set up JDK 1.8 | ||||
|         uses: actions/setup-java@v1 | ||||
|         with: | ||||
|           java-version: 1.8 | ||||
|       - name: Unit tests | ||||
|         run: bash ./gradlew test --stacktrace: | ||||
|       | ||||
|   apk: | ||||
|     name: Generate APK | ||||
|     runs-on: ubuntu-18.04 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user