Skip to content

Commit 2ec1588

Browse files
authored
debug
1 parent 58a83a7 commit 2ec1588

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/sonarqube.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43-
- name: Setup tmate session
44-
uses: mxschmitt/action-tmate@v3
45-
4643
- name: Set up JDK 17
4744
uses: actions/setup-java@v3
4845
with:
@@ -73,3 +70,8 @@ jobs:
7370
#-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/
7471
# Adds more detail to both client and server-side analysis logs, activating DEBUG mode for the scanner, and adding client-side environment variables and system properties to the server-side log of analysis report processing.
7572
#-Dsonar.verbose= # optional, default is false
73+
74+
- name: Setup tmate session
75+
if: ${{ failure() }}
76+
uses: mxschmitt/action-tmate@v3
77+

0 commit comments

Comments
 (0)