Update .gitea/workflows/build.yml
This commit is contained in:
		
					parent
					
						
							
								365d431a80
							
						
					
				
			
			
				commit
				
					
						7bc399ecf2
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -33,7 +33,7 @@ jobs: | |||
|           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} | ||||
|           restore-keys: ${{ runner.os }}-gradle | ||||
|       - name: Coverage | ||||
|         run: gradle test jacocoTestReport sonarqube | ||||
|         run: ./gradlew test jacocoTestReport sonarqube | ||||
|       - name: Build and analyze | ||||
|         env: | ||||
|           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||||
|  |  | |||
		Reference in a new issue