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 2a1df51 commit 1e055baCopy full SHA for 1e055ba
.github/workflows/maven.yml
@@ -11,7 +11,6 @@ on:
11
12
jobs:
13
build:
14
-
15
runs-on: ubuntu-latest
16
env:
17
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
@@ -20,6 +19,8 @@ jobs:
20
19
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
steps:
22
- uses: actions/checkout@v2
+ - name: Setup tmate session
23
+ uses: mxschmitt/action-tmate@v3
24
- name: Set up JDK 11
25
uses: actions/setup-java@v1
26
with:
0 commit comments