Skip to content

Commit 13d641c

Browse files
committed
feat: attempt tmate debug in e2e
1 parent 011154f commit 13d641c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-e2e.yml

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
echo "{\"enabledTests\":[\"$(printf %s "$(< filtered_tests)" | sed -z "s/\n/\",\"/g")\"]}" > tests.json
115115
working-directory: ${{ env.next-path }}
116116

117+
- name: Setup tmate session
118+
uses: mxschmitt/action-tmate@v3
119+
117120
- name: run tests
118121
env:
119122
NODE_ENV: production

0 commit comments

Comments
 (0)