Skip to content

Commit 2bbef93

Browse files
committed
Remove tmate debug step
1 parent 5ee156d commit 2bbef93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
- name: Build assets
5757
run: npm run build:js
5858

59-
- name: Setup tmate session
60-
uses: mxschmitt/action-tmate@v3
59+
- name: Sleep for 10 seconds
60+
uses: jakejarvis/wait-action@master
61+
with:
62+
time: '10s'
6163

6264
- name: Start docker local env
6365
run: |

0 commit comments

Comments
 (0)