Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewalton28 committed Jul 16, 2021
1 parent 1e055ba commit 8e1ac37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Setup display for running Chrome
run: |
chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
Expand Down

0 comments on commit 8e1ac37

Please sign in to comment.