File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,11 +66,22 @@ jobs:
6666 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
6767 restore-keys : ${{ runner.os }}-m2
6868
69+ <<<<<<< HEAD
6970 - name : Build and SQ analyze
7071 env :
7172 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
7273 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7374 run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=indexdata -Dsonar.projectKey=indexdata_${{ github.event.repository.name }}
75+ =======
76+ - name : Maven build
77+ run : mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report
78+
79+ - name : SQ analyze
80+ env :
81+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
82+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
83+ run : mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=indexdata -Dsonar.projectKey=indexdata_${{ github.event.repository.name }}
84+ >>>>>>> 645297a1d64d7245d1d8d05a91a8bf7c0cb70f60
7485
7586 - name : Update ModuleDescriptor Id
7687 run : |
@@ -100,7 +111,11 @@ jobs:
100111
101112 - name : Build and publish Docker image
102113 if : ${{ env.CURRENT_BRANCH == env.PUBLISH_BRANCH }}
114+ <<<<<<< HEAD
103115 uses : docker/build-push-action@v6
116+ =======
117+ uses : docker/build-push-action@v5
118+ >>>>>>> 645297a1d64d7245d1d8d05a91a8bf7c0cb70f60
104119 with :
105120 context : .
106121 push : true
You can’t perform that action at this time.
0 commit comments