We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e055ba commit 8e1ac37Copy full SHA for 8e1ac37
.github/workflows/maven.yml
@@ -19,12 +19,12 @@ jobs:
19
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
20
steps:
21
- uses: actions/checkout@v2
22
- - name: Setup tmate session
23
- uses: mxschmitt/action-tmate@v3
24
- name: Set up JDK 11
25
uses: actions/setup-java@v1
26
with:
27
java-version: 11
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
28
- name: Setup display for running Chrome
29
run: |
30
chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
0 commit comments