Skip to content

Commit 8e1ac37

Browse files
committed
debug
1 parent 1e055ba commit 8e1ac37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Setup tmate session
23-
uses: mxschmitt/action-tmate@v3
2422
- name: Set up JDK 11
2523
uses: actions/setup-java@v1
2624
with:
2725
java-version: 11
26+
- name: Setup tmate session
27+
uses: mxschmitt/action-tmate@v3
2828
- name: Setup display for running Chrome
2929
run: |
3030
chmod ugo+x scripts/publish-javadocs-to-github-pages.sh

0 commit comments

Comments
 (0)