Skip to content

Commit 50d500f

Browse files
committed
Debug
1 parent 286f493 commit 50d500f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
- name: Setup tmate session
22+
if: ${{ failure() }}
23+
uses: mxschmitt/action-tmate@v3
2124
- name: Install Node.js
2225
uses: actions/setup-node@v4
2326
with:

0 commit comments

Comments
 (0)