Skip to content

Commit 086d964

Browse files
committed
Add tmate on Windows
1 parent 57cbc7e commit 086d964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,10 @@ jobs:
663663
shell: bash
664664
working-directory: rewatch/testrepo
665665

666+
- name: Setup tmate session
667+
uses: mxschmitt/action-tmate@v3
668+
if: runner.os == 'Windows'
669+
666670
- name: Run rewatch integration tests
667671
run: ./rewatch/tests/suite-ci.sh node_modules/.bin/rescript
668672
shell: bash

0 commit comments

Comments
 (0)