Skip to content

Commit 1e055ba

Browse files
committed
Enabling github actions debug
1 parent 2a1df51 commit 1e055ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
1615
env:
1716
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
@@ -20,6 +19,8 @@ jobs:
2019
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2120
steps:
2221
- uses: actions/checkout@v2
22+
- name: Setup tmate session
23+
uses: mxschmitt/action-tmate@v3
2324
- name: Set up JDK 11
2425
uses: actions/setup-java@v1
2526
with:

0 commit comments

Comments
 (0)