Skip to content

Commit 5ee156d

Browse files
committed
Add tmate debugging to debug e2e job
1 parent ea7e82b commit 5ee156d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Build assets
5757
run: npm run build:js
5858

59+
- name: Setup tmate session
60+
uses: mxschmitt/action-tmate@v3
61+
5962
- name: Start docker local env
6063
run: |
6164
npm run env:start

0 commit comments

Comments
 (0)