Skip to content

Commit 647ddd9

Browse files
committed
ci: add debug ssh
1 parent f15f354 commit 647ddd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests-js-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
lint:
1919
name: Linting
2020
runs-on: ubuntu-24.04
21-
timeout-minutes: 5
21+
timeout-minutes: 35
2222
permissions:
2323
id-token: write
2424
contents: read
@@ -35,6 +35,9 @@ jobs:
3535
name: js-build-${{ github.sha }}
3636
path: packages
3737

38+
- name: Setup tmate session
39+
uses: mxschmitt/action-tmate@v3
40+
3841
- name: Run ESLinter
3942
run: yarn workspace "${{ inputs.package }}" lint
4043

0 commit comments

Comments
 (0)