File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Run zpa-checks integration tests
35
35
run : |
36
- ./gradlew :zpa-checks:integrationTest
36
+ ./gradlew :zpa-checks:integrationTest --rerun
37
37
cat zpa-checks/build/integrationTest/progress-summary.md >> $GITHUB_STEP_SUMMARY
38
38
39
39
- name : Build custom rules example
@@ -78,15 +78,15 @@ jobs:
78
78
79
79
- if : ${{ !contains(matrix.sqVersion, 'SNAPSHOT') }}
80
80
name : Run plugin integration test
81
- run : ./gradlew :sonar-zpa-plugin:integrationTest -Dsonar.runtimeVersion=${{ matrix.sqVersion }} --info
81
+ run : ./gradlew :sonar-zpa-plugin:integrationTest -Dsonar.runtimeVersion=${{ matrix.sqVersion }} --rerun -- info
82
82
83
83
- if : ${{ contains(matrix.sqVersion, 'SNAPSHOT') }}
84
84
name : Run plugin integration test
85
85
run : |
86
86
curl -s -L "https://nexus.felipezorzo.com.br/service/rest/v1/search/assets/download?repository=maven-snapshots&maven.groupId=org.sonarsource.sonarqube&maven.artifactId=sonar-application&maven.extension=zip&sort=version&maven.baseVersion=${{ matrix.sqVersion }}" \
87
87
-u "$AUTH_REPOSITORY" \
88
88
-o sonar-zpa-plugin/sonar-application-${{ matrix.sqVersion }}.zip
89
- ./gradlew :sonar-zpa-plugin:integrationTest -Dsonar.zipFile=sonar-application-${{ matrix.sqVersion }}.zip --info
89
+ ./gradlew :sonar-zpa-plugin:integrationTest -Dsonar.zipFile=sonar-application-${{ matrix.sqVersion }}.zip --rerun -- info
90
90
env :
91
91
AUTH_REPOSITORY : ${{ secrets.AUTH_REPOSITORY }}
92
92
You can’t perform that action at this time.
0 commit comments