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') }} |           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} | ||||||
|           restore-keys: ${{ runner.os }}-gradle |           restore-keys: ${{ runner.os }}-gradle | ||||||
|       - name: Coverage |       - name: Coverage | ||||||
|         run: gradle test jacocoTestReport sonarqube |         run: ./gradlew test jacocoTestReport sonarqube | ||||||
|       - name: Build and analyze |       - name: Build and analyze | ||||||
|         env: |         env: | ||||||
|           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||||||
|  |  | ||||||
		Reference in a new issue